Support for multi=line comments, detects file type.
* Added support for multi-line comments to the JLPPegParser grammar implementation. * Added a Java sample file. * Updated test script to add convenience functions for the java test file and for using a TracingParseRunner for parse runs. * Added an option, `--css-file`, to allow the caller to specify their own css file. * Added basic logic to the Processor class to detect source file types and build a parser and a generator for that source type. Support currently exists for the following languages: C (.c, .h), C++ (.cpp, .c++, .hpp, .h++), Erlang (.erl), Groovy (.groovy), Java (.java), JavaScript (.js).
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#Mon, 12 Sep 2011 10:56:06 -0500
|
||||
#Sun, 25 Dec 2011 21:56:17 -0600
|
||||
name=jlp
|
||||
version=0.3
|
||||
build.number=8
|
||||
version=1.0
|
||||
build.number=0
|
||||
lib.local=true
|
||||
release.dir=release
|
||||
|
Reference in New Issue
Block a user