Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-06 | Add support for lexing and parsing name pairs | Boris Kolpackov | 1 | -9/+21 | |
We will need it for the buildspec and also if/when we support map variable types. | |||||
2015-03-02 | Implement variable expansion | Boris Kolpackov | 1 | -2/+4 | |
2015-03-02 | Indicate whether token is separated from previous one by whitespaces | Boris Kolpackov | 1 | -14/+18 | |
2015-03-02 | Implement value lexing mode | Boris Kolpackov | 1 | -2/+9 | |
So that we can do foo=g++ without having to resort to quoting | |||||
2015-01-20 | Diagnostic infrastructure revamp | Boris Kolpackov | 1 | -11/+14 | |
2014-12-12 | Initial buildfile parser implementation | Boris Kolpackov | 1 | -5/+11 | |
g++-4.9 -std=c++14 -g -I../../.. -o driver driver.cxx ../../../build/lexer.cxx ../../../build/parser.cxx && ./driver | |||||
2014-12-12 | Add test for lexer | Boris Kolpackov | 1 | -0/+3 | |
g++-4.9 -std=c++14 -g -I../../.. -o driver driver.cxx ../../../build/lexer.cxx && ./driver | |||||
2014-12-11 | Initial lexer implementation for buildfiles | Boris Kolpackov | 1 | -0/+98 | |