summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-10add support for parenthesisHEADmasterOskari Timperi
2015-12-10add TInterpreter.Term()Oskari Timperi
2015-12-10TInterpreter: add Factor() and make Expr cleanerOskari Timperi
2015-12-10TInterpreter: get the first token on creationOskari Timperi
2015-12-10rename Lexer/Interpreter to have 'T' prefixOskari Timperi
2015-12-10break Interpreter to Interpreter and LexerOskari Timperi
2015-12-08handle multiple +/- operations at the beginning of expressionOskari Timperi
2015-12-08handle multiplication and divisionOskari Timperi
2015-12-08interpret both + and -Oskari Timperi
2015-12-08combine if's in GetNextTokenOskari Timperi
2015-12-08add CurChar and GetInteger functionsOskari Timperi
2015-12-08Makefile: add a target to run testsOskari Timperi
2015-12-08move SkipWhiteSpace and AtEnd out from GetNextToken to InterpreterOskari Timperi
2015-12-08part 1 + testsOskari Timperi