2014-03-02 |
Teemu Piippo |
- added using statement for specifying the target zandronum version. will be used later
|
file |
diff |
annotate
|
2014-03-02 |
Teemu Piippo |
- reformatting... again
|
file |
diff |
annotate
|
2014-02-26 |
Teemu Piippo |
- fixed: array assignment operators pushed the bytecode parameters the wrong way around...
|
file |
diff |
annotate
|
2014-02-23 |
Teemu Piippo |
- changed the PROPERTY macro to a simper version and brought some refactoring with it
|
file |
diff |
annotate
|
2014-02-23 |
Teemu Piippo |
- removed goto, it's evil
|
file |
diff |
annotate
|
2014-02-12 |
Teemu Piippo |
- extended refactor to EToken (now TokenType)
|
file |
diff |
annotate
|
2014-02-12 |
Teemu Piippo |
- refactored enums, macros split from Main.h to Macros.h
|
file |
diff |
annotate
|
2014-02-11 |
Teemu Piippo |
- implemented arrays, don't quite work 100% yet
|
file |
diff |
annotate
|
2014-02-09 |
Teemu Piippo |
- improved error handling a tad
|
file |
diff |
annotate
|
2014-02-09 |
Teemu Piippo |
- highly reworked variable support, variable declarations now are declared with 'var', uses are prefixed with '$', merged constant handling into variables
|
file |
diff |
annotate
|
2014-02-09 |
Teemu Piippo |
- minor changes: don't allow any token for labels, run ParseStatement from the next token
|
file |
diff |
annotate
|
2014-02-09 |
Teemu Piippo |
- removed tkAny as the default value of Lexer::MustGetNext to prevent problems like the one last commit fixed
|
file |
diff |
annotate
|
2014-02-09 |
Teemu Piippo |
- whoopsie, cannot allow garbage variable names there
|
file |
diff |
annotate
|
2014-02-09 |
Teemu Piippo |
- variables: merged const and mutable variables into one system, added constexpr variable support. still no locals
|
file |
diff |
annotate
|
2014-02-09 |
Teemu Piippo |
- removed some no longer needed debug stuff
|
file |
diff |
annotate
|
2014-02-09 |
Teemu Piippo |
- changed the syntax of funcdef to something sane
|
file |
diff |
annotate
|
2014-02-09 |
Teemu Piippo |
- loop structures now work again
|
file |
diff |
annotate
|
2014-02-04 |
Teemu Piippo |
- worked away some limitations
|
file |
diff |
annotate
|
2014-02-04 |
Teemu Piippo |
- now compiles again, further work on expressions (proper parsing + assignment operator handling (albeit unrelated) + operator adjusting)
|
file |
diff |
annotate
|
2014-02-03 |
Teemu Piippo |
- committed work so far done on expressions
|
file |
diff |
annotate
|
2014-02-02 |
Teemu Piippo |
- blargh. buffers weren't initialized properly
|
file |
diff |
annotate
|
2014-02-02 |
Teemu Piippo |
- reformatting
|
file |
diff |
annotate
|