Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-22 | Basic AST visitor pattern | Daniel Mensinger | 1 | -281/+0 | |
2019-01-16 | Fix flake8 errors | Xavier Claessens | 1 | -1/+1 | |
2018-11-26 | AstInterpreter: Stub out more functions | Daniel Schulte | 1 | -2/+25 | |
This commit disables more functions inherited from InterpreterBase that we don't need for AST evaluation. | |||||
2018-11-26 | Split AstInterpreter into base class and RewriterInterpreter | Daniel Schulte | 1 | -26/+43 | |
2017-01-18 | cleanup: Remove redundant parentheses | Mike Sinkovsky | 1 | -1/+1 | |
2016-12-31 | Fix space before :. | Jussi Pakkanen | 1 | -40/+40 | |
2016-12-18 | s/Nonexistant/Nonexistent/g | Igor Gnatenko | 1 | -1/+1 | |
There is basically no such word in english, "nonexistant". American people use "nonexistent" and British people used to have "non-existent", but some time ago they did away with the hyphens, so there is only one option really: "nonexistent". Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2016-12-04 | Store subdir information for each node so we can remove files set in other ↵ | Jussi Pakkanen | 1 | -3/+6 | |
subdirectories. | |||||
2016-11-27 | Can remove items from variables defined earlier. | Jussi Pakkanen | 1 | -21/+52 | |
2016-11-20 | Track comma spans in arguments. | Jussi Pakkanen | 1 | -3/+12 | |
2016-11-20 | Can remove source files from targets. But in a super hacky way. | Jussi Pakkanen | 1 | -0/+22 | |
2016-11-20 | I can haz source files added to targets. | Jussi Pakkanen | 1 | -10/+31 | |
2016-11-19 | Moved more stuff, can now parse all of common tests. | Jussi Pakkanen | 1 | -3/+51 | |
2016-11-19 | Implement a bunch of functions. | Jussi Pakkanen | 1 | -2/+69 | |
2016-11-19 | Moved functions to base enough to get the base sample project parsed. | Jussi Pakkanen | 1 | -2/+16 | |
2016-11-19 | Embark on a journey to create a rewrite tool. | Jussi Pakkanen | 1 | -0/+26 | |