summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Throw a runtime error on division by zerochapter-7-challengesGravatar Tom Willemse2020-11-111-2/+7
|
* Support converting operands to strings for the + operatorGravatar Tom Willemse2020-11-111-0/+8
|
* Update .gitignoreGravatar Tom Willemse2020-11-111-6/+1
| | | | Only exclude _build, where CMake should be building to.
* Add the interpreterGravatar Tom Willemse2020-11-114-3/+159
|
* Add the ParserGravatar Tom Willemse2020-11-113-6/+197
|
* Split CMake project into several filesGravatar Tom Willemse2020-11-115-15/+23
|
* Automatically generate Expr.java using GenerateAstGravatar Tom Willemse2020-10-281-0/+4
|
* Add GenerateAst and AstPrinterGravatar Tom Willemse2020-10-283-2/+146
|
* Add .gitignoreGravatar Tom Willemse2020-10-221-0/+6
|
* Add Scanner for LoxGravatar Tom Willemse2020-10-215-0/+325
|
* Initial commitGravatar Tom Willemse2020-10-126-0/+355