Package com.singularsys.jeptests.system
Class ModifiedParserTest
java.lang.Object
com.singularsys.jeptests.system.ModifiedParserTest
Tests for various custom grammars.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classSimple test class of a function which returns an array.static classA subclass of the ShuntingYard which can parse various forms of list element access.static classFactory to create SuffixArrayAccessShuntingYardstatic final classA rule to correctly print suffix array access expressions -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidTests a Latex like grammarvoidTest for string constants which can be broken over multiple lines.voidvoid
-
Field Details
-
PRINT_RESULTS
public static final boolean PRINT_RESULTS
-
-
Constructor Details
-
ModifiedParserTest
public ModifiedParserTest()
-
-
Method Details
-
testOperatorsAsFunctions
- Throws:
Exception
-
testLatex
Tests a Latex like grammar- Throws:
Exception
-
testMultLineString
Test for string constants which can be broken over multiple lines.- Throws:
Exception- See Also:
-
testBadFun
- Throws:
JepException
-
testSuffixArrayAccess
- Throws:
JepException
-