Documentation expanded. Started v1.4
* Expanded README.md * Fixed typos in documentation * Started on an inline CSS for inline output.
This commit is contained in:
@ -18,7 +18,7 @@ import org.slf4j.LoggerFactory
|
||||
*/
|
||||
public class JLPMain {
|
||||
|
||||
public static final String VERSION = "1.3"
|
||||
public static final String VERSION = "1.4"
|
||||
|
||||
private static Logger log = LoggerFactory.getLogger(JLPMain.class)
|
||||
|
||||
|
@ -90,7 +90,7 @@ public class JLPPegParser extends BaseParser<Object> implements JLPParser {
|
||||
*
|
||||
* Pushes a [`SourceFile`] node on the stack.
|
||||
*
|
||||
* [`SourceFile`}: jlp://jlp.jdb-labs.com/ast/SourceFile
|
||||
* [`SourceFile`]: jlp://jlp.jdb-labs.com/ast/SourceFile
|
||||
*/
|
||||
public Rule SourceFile() {
|
||||
return Sequence(
|
||||
|
Reference in New Issue
Block a user