Age | Commit message (Expand) | Author |
2016-08-03 | DIRECTOR: Lingo: Added support for two line if/else | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Parsing one-liner 'else if' | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Parse basic 'else if' clause | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Differentiate built-in function from IDs | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Implemented 'global' keyword. Start of local/global var impl... | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Ignore trailing spaces in scripts | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Make all keywords case-insensitive | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Avoid printing out unrecognizet tokens in lexer | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Renamed VAR->ID in the grammar for clarity | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Fix parsing multiple macros | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Initial grammar for 'macro' keyword | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Initial code for 'repeat with' control keyword | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Implement 'repeat while' control keyword | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Make 'if' statement functional. Added 'if-else' statement. | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Implement logical operators | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Initial code for 'if' statements | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Implement 'go' and 'go to' functions | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Simpler token constants | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Add missing funcs | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Fix multiline statements, fix leading whitespace handling | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Enable parse debug | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Added mciwait function stub | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Started work on converting Lingo into compiler | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: fixed String passing from lexer to parser | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Moved func_mci() to a separate file | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Add support for '--' comments | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo, added put/set functions and support for multiline input | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Added stub for 'mci' Lingo command | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Added stub parser. Now just arithmetic expressions. | Eugene Sandulenko |