aboutsummaryrefslogtreecommitdiff
path: root/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2013-08-11Added debug logging path.Jussi Pakkanen1-1/+1
2013-08-10Check that non-existing source files cause errors.Jussi Pakkanen1-0/+9
2013-08-10Precedence fix.Jussi Pakkanen1-1/+3
2013-07-31Can print log info on run tests.Jussi Pakkanen1-0/+11
2013-07-31Simpler name.Jussi Pakkanen1-1/+1
2013-07-31Can print status info to log in compiles().Jussi Pakkanen1-1/+11
2013-07-31Can check alignment of data types.Jussi Pakkanen1-0/+11
2013-07-30A straw broke the camel's back. Now we convert all data type to native ones a...Jussi Pakkanen1-3/+3
2013-07-30Can check for members in structures.Jussi Pakkanen1-0/+21
2013-07-30Can check if headers have functions of a given name.Jussi Pakkanen1-2/+21
2013-07-27Better.Jussi Pakkanen1-1/+1
2013-07-27String formatting functionality.Jussi Pakkanen1-3/+25
2013-07-27Cleaner, simpler elif.Jussi Pakkanen1-21/+2
2013-07-27Some sort of elif implementation.Jussi Pakkanen1-5/+28
2013-07-27Typo fix.Jussi Pakkanen1-1/+1
2013-07-27Can do logical negation.Jussi Pakkanen1-0/+10
2013-07-27Can do logical or.Jussi Pakkanen1-0/+17
2013-07-27Can do logical and.Jussi Pakkanen1-1/+18
2013-07-27Run build tests properly.Jussi Pakkanen1-1/+1
2013-07-27Interpreter side of tryrun is mostly done.Jussi Pakkanen1-0/+34
2013-07-27Print compiler information.Jussi Pakkanen1-0/+1
2013-07-25More validification.Jussi Pakkanen1-1/+8
2013-07-25Use elif instead of if.Jussi Pakkanen1-2/+3
2013-07-08More use of logging framework.Jussi Pakkanen1-8/+9
2013-07-08Added error function.Jussi Pakkanen1-0/+5
2013-07-08Moved some print functions to logging.Jussi Pakkanen1-2/+3
2013-07-01Windows command execution works.Jussi Pakkanen1-3/+8
2013-06-30Can run local script files as well as commands.Jussi Pakkanen1-6/+17
2013-06-30Can invoke methods on general statements and not just variable names.Jussi Pakkanen1-2/+6
2013-06-30Can run external programs and capture their output. Also some string function...Jussi Pakkanen1-1/+41
2013-06-20Removed shebang lines on non-runnable files.Jussi Pakkanen1-19/+4
2013-06-15Precompiled headers work for C++.Jussi Pakkanen1-1/+3
2013-06-15Started work on MSVC precompiled headers. It does not work yet but I have bee...Jussi Pakkanen1-10/+28
2013-06-05Print system check information.Jussi Pakkanen1-2/+6
2013-06-03Added has_header method.Jussi Pakkanen1-0/+11
2013-06-02C++ is now called cpp rather than cxx.Jussi Pakkanen1-8/+8
2013-06-02Reworked configure file generation.Jussi Pakkanen1-5/+18
2013-06-02Better error reporting for parsing errors.Jussi Pakkanen1-2/+10
2013-06-02Renamed find_dep to dependency.Jussi Pakkanen1-2/+2
2013-06-02Renamed add_test to test.Jussi Pakkanen1-2/+2
2013-06-01Required is the default for find_library.Jussi Pakkanen1-1/+1
2013-06-01Required defaults to true for programs.Jussi Pakkanen1-1/+1
2013-06-01Generator rules can have more than one output.Jussi Pakkanen1-14/+23
2013-06-01Can add extra #includes to sizeof checks.Jussi Pakkanen1-3/+6
2013-06-01Can detect sizes of expressions.Jussi Pakkanen1-0/+10
2013-05-26Cleaned out old line number info from exceptions.Jussi Pakkanen1-31/+30
2013-05-26Add line number and file information to exception objects at one location.Jussi Pakkanen1-2/+9
2013-05-24Store configuration values in an object rather than global variables.Jussi Pakkanen1-4/+59
2013-04-22Can extract compiler ID string.Jussi Pakkanen1-2/+8
2013-04-21Can run trial compilations on a given compiler.Jussi Pakkanen1-1/+34