SJPT: Simple Java Parsing Toolkit

SJPT: Simple Java Parsing Toolkit is a simple Java parser toolkit.
Download

SJPT: Simple Java Parsing Toolkit Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Catalin Hritcu
  • Publisher web site:
  • http://students.infoiasi.ro/~donald/projects.html#sjpt

SJPT: Simple Java Parsing Toolkit Tags


SJPT: Simple Java Parsing Toolkit Description

SJPT: Simple Java Parsing Toolkit is a simple Java parser toolkit. SJPT is parsing toolkit that supports both top-down (LL(1) and Simple Precedence) and bottom-up parsing (LR(0), SLR(1), LR(1) and LALR(1)). The toolkit also supports generating Java parsers for all the bottom-up parsing methods, based on a CUP definition (similar to Yacc and CUP, but not restricted to LALR parsers only). I worked alone on this project for the laboratory on Compilers.SJPT is free software under the terms of the GNU GPL.


SJPT: Simple Java Parsing Toolkit Related Software