17 Commits (dd97e96aca5c405c4cf0efda710d62cd3eddffd3)

Author SHA1 Message Date
alpha dd97e96aca run lox tests from the book's repo, inspired by @hparker
2 years ago
alpha 18be1863dd 6
2 years ago
alpha a2a685bc47 split out lox.rb into multiple files
2 years ago
alpha 3cd5ba6587 organize files into bin, lib, and test dirs
2 years ago
alpha 2e4377b600 implement AstPrinter
2 years ago
alpha 3330fe5d62 fail tokenizing if there are errors
2 years ago
alpha ccf9e0e19c nicer formatting
2 years ago
alpha 6b083fd884 use transform_values for `TOKENS`
2 years ago
alpha 7559cd2b8e simplify token scanning
2 years ago
alpha b4e4edfe8c allow for single character identifiers
2 years ago
alpha 5033f48af8 include the Lox namespace in the tests
2 years ago
alpha bdba0d03ff forgot to implement EOF
2 years ago
alpha a4163b0e49 support nested block comments
2 years ago
alpha dcdd0981f5 block comments
2 years ago
alpha f98866b04e 4.7
2 years ago
alpha 6e484507d0 extract some classes, write some tests
2 years ago
alpha 506d3a444c 4.1
2 years ago