Sun, 09 Feb 2014 22:43:58 +0200 |
Teemu Piippo |
- improved error handling a tad
|
changeset |
files
|
Sun, 09 Feb 2014 21:27:55 +0200 |
Teemu Piippo |
- highly reworked variable support, variable declarations now are declared with 'var', uses are prefixed with '$', merged constant handling into variables
|
changeset |
files
|
Sun, 09 Feb 2014 15:13:02 +0200 |
Teemu Piippo |
- minor changes: don't allow any token for labels, run ParseStatement from the next token
|
changeset |
files
|
Sun, 09 Feb 2014 15:06:37 +0200 |
Teemu Piippo |
- removed tkAny as the default value of Lexer::MustGetNext to prevent problems like the one last commit fixed
|
changeset |
files
|
Sun, 09 Feb 2014 15:03:44 +0200 |
Teemu Piippo |
- whoopsie, cannot allow garbage variable names there
|
changeset |
files
|
Sun, 09 Feb 2014 14:56:58 +0200 |
Teemu Piippo |
- variables: merged const and mutable variables into one system, added constexpr variable support. still no locals
|
changeset |
files
|
Sun, 09 Feb 2014 14:34:13 +0200 |
Teemu Piippo |
- removed some no longer needed debug stuff
|
changeset |
files
|