Commit Graph

15 Commits

Author SHA1 Message Date
Xavier Claessens 83766b3687 Fix flake8 errors 2019-01-16 11:16:46 -05:00
Daniel Schulte 8c9c5199f9 AstInterpreter: Stub out more functions
This commit disables more functions inherited from InterpreterBase that
we don't need for AST evaluation.
2018-11-26 23:10:53 +01:00
Daniel Schulte 4c5ec91135 Split AstInterpreter into base class and RewriterInterpreter 2018-11-26 23:10:53 +01:00
Mike Sinkovsky 969be1f679 cleanup: Remove redundant parentheses 2017-01-18 21:22:47 +02:00
Jussi Pakkanen b55235dfbd Fix space before :. 2016-12-31 16:28:15 +02:00
Igor Gnatenko 3b55f6de8c s/Nonexistant/Nonexistent/g
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-18 18:32:17 +02:00
Jussi Pakkanen 14ca7d602c Store subdir information for each node so we can remove files set in other subdirectories. 2016-12-04 18:28:25 +02:00
Jussi Pakkanen d2802a595b Can remove items from variables defined earlier. 2016-11-27 01:00:40 +02:00
Jussi Pakkanen f111a0b826 Track comma spans in arguments. 2016-11-20 03:11:58 +02:00
Jussi Pakkanen 805847c4a0 Can remove source files from targets. But in a super hacky way. 2016-11-20 01:59:16 +02:00
Jussi Pakkanen 8734013690 I can haz source files added to targets. 2016-11-20 01:48:26 +02:00
Jussi Pakkanen c41805f012 Moved more stuff, can now parse all of common tests. 2016-11-19 22:11:20 +02:00
Jussi Pakkanen 7e8872236d Implement a bunch of functions. 2016-11-19 21:25:28 +02:00
Jussi Pakkanen 7ed7219d9d Moved functions to base enough to get the base sample project parsed. 2016-11-19 20:18:30 +02:00
Jussi Pakkanen 0a31afd672 Embark on a journey to create a rewrite tool. 2016-11-19 19:48:12 +02:00