Dan Klishch
|
73ba6d77ab
JSSpecCompiler: Rename SpecParser.h to SpecificationParsing.h
|
1 year ago |
Dan Klishch
|
f7c952f842
JSSpecCompiler: Ignore notes in algorithm steps
|
1 year ago |
Dan Klishch
|
ba61b61d67
JSSpecCompiler: Parse "NewTarget" in xspec mode
|
1 year ago |
Dan Klishch
|
4d8f74c149
JSSpecCompiler: Parse method headers
|
1 year ago |
Dan Klishch
|
a35a751f9e
JSSpecCompiler: Parse optional arguments groups
|
1 year ago |
Dan Klishch
|
3e6a07154b
JSSpecCompiler: Parse "the *this* value" in expressions
|
1 year ago |
Dan Klishch
|
ddf26a768c
JSSpecCompiler: Parse "Perform <expression>." steps
|
1 year ago |
Dan Klishch
|
d1fc84c638
JSSpecCompiler: Parse accessor property headers
|
1 year ago |
Dan Klishch
|
a9f3a14a13
JSSpecCompiler: Simplify value handling in TextParser::parse_expression
|
1 year ago |
Dan Klishch
|
e1a1f4ed1a
JSSpecCompiler: Parse lists in xspec mode
|
1 year ago |
Dan Klishch
|
d14bb7e91e
JSSpecCompiler: Make function arguments parsing much simpler
|
1 year ago |
Dan Klishch
|
990e30f458
JSSpecCompiler: Parse enumerators in xspec mode
|
1 year ago |
Dan Klishch
|
b800276347
JSSpecCompiler: Parse true, false, this, undefined, and null
|
1 year ago |
Dan Klishch
|
86d54a8684
JSSpecCompiler: Parse arbitrarily large rational numbers in xspec mode
|
1 year ago |
Dan Klishch
|
7945c9d808
JSSpecCompiler: Do not store XML::Node in tokens
|
1 year ago |
Dan Klishch
|
6b30c4d2f0
JSSpecCompiler: Issue meaningful errors in TextParser
|
1 year ago |
Dan Klishch
|
dee4978d67
JSSpecCompiler+LibXML: Store location for tokens
|
1 year ago |
Dan Klishch
|
33b36476d9
JSSpecCompiler: Properly parse function calls with zero arguments
|
1 year ago |
Dan Klishch
|
14ee25b8ba
JSSpecCompiler: Make -xspec capable of parsing the whole specification
|
1 year ago |
Shannon Booth
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 year ago |
Dan Klishch
|
326bac19d9
JSSpecCompiler: Make nodes inherit from Statement or Expression
|
1 year ago |
Dan Klishch
|
092ed1cc8a
JSSpecCompiler: Allow storing `NullableTree`s in nodes
|
1 year ago |
Dan Klishch
|
f70e39d501
JSSpecCompiler: Add TextParser for converting algorithm steps into AST
|
1 year ago |