2014-02-11 |
Teemu Piippo |
- implemented arrays, don't quite work 100% yet
|
changeset |
files
|
2014-02-09 |
Teemu Piippo |
- improved error handling a tad
|
changeset |
files
|
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
|
changeset |
files
|
2014-02-09 |
Teemu Piippo |
- minor changes: don't allow any token for labels, run ParseStatement from the next token
|
changeset |
files
|
2014-02-09 |
Teemu Piippo |
- removed tkAny as the default value of Lexer::MustGetNext to prevent problems like the one last commit fixed
|
changeset |
files
|
2014-02-09 |
Teemu Piippo |
- whoopsie, cannot allow garbage variable names there
|
changeset |
files
|
2014-02-09 |
Teemu Piippo |
- variables: merged const and mutable variables into one system, added constexpr variable support. still no locals
|
changeset |
files
|
Loading... |