|
782b05a60b
|
Fix defines proxy not correctly adding first line to escape line end define
|
2021-11-28 19:07:30 +01:00 |
|
|
e94c48338c
|
Make defines proxy accept parameter values that have parenthesis
|
2021-11-28 15:52:45 +01:00 |
|
|
e7eb43a955
|
Correctly parse binary operations that can be interpreted as sign prefixes for numbers
|
2021-11-28 15:16:43 +01:00 |
|
|
2a4768e5b0
|
Add conditional operator to simple expressions
|
2021-11-26 17:39:46 +01:00 |
|
|
c65c57ce72
|
Add support for defineproxy if directive parsing
|
2021-11-25 18:01:18 +01:00 |
|
|
38f3d7d10e
|
Move Menu Expression to Simple Namespace to have generic configurable expressions
|
2021-11-24 17:44:14 +01:00 |
|
|
5baa311025
|
Make defines proxy recognize define values that are escaped over multiple lines
|
2021-11-22 13:38:33 +01:00 |
|
|
a8f0fbd3bb
|
Use shared ptr for line filenames to be able to still use filenames when original file has been closed
|
2021-11-22 10:52:43 +01:00 |
|
|
6b7a71a1bb
|
Make defines proxy accept whitespace
|
2021-11-22 09:43:03 +01:00 |
|
|
ba3084700e
|
Fix Abstract Parser not being able to display parsing errors from defines proxy on empty line
|
2021-11-22 09:42:46 +01:00 |
|
|
ebb8eb9e5b
|
Fix SimpleLexer not recognizing negative numbers
|
2021-11-14 20:04:00 +01:00 |
|
|
99ca6f8efb
|
Fix SimpleLexer not understanding floating point numbers that omit pre dot zero
|
2021-11-01 15:12:46 +01:00 |
|
|
e19f526d8b
|
Properly handle tabs in pragma directives and other precompiler statements
|
2021-11-01 14:36:53 +01:00 |
|
|
68610e49f3
|
Add sourceFile parameter to MultiInput ParserStream
|
2021-10-31 17:45:55 +01:00 |
|
|
9816d01ac2
|
Make DefinesProxy go over a line with defines substitution multiple times until no further substitution has been done
|
2021-10-31 16:21:04 +01:00 |
|
|
dcffa3d14d
|
Add ParserMultiInputStream
|
2021-10-31 14:53:05 +01:00 |
|
|
cff70daccb
|
Make comment removing preprocessor not recognize comments when inside a string
|
2021-03-13 15:48:04 +01:00 |
|
|
9b15afa70e
|
Make ZoneDefinition sequences also accept eof instead of new line
|
2021-03-10 15:17:36 +01:00 |
|
|
8798779b39
|
Add ZoneDefinition Lexer
|
2021-03-10 14:58:02 +01:00 |
|
|
88ff98f334
|
Add Simple Parsing implementations for basic parsers
|
2021-03-09 11:04:04 +01:00 |
|
|
8d9080066f
|
Extract commonly used Parser code to new Parser component
|
2021-03-08 20:06:34 +01:00 |
|