Commit History

Author SHA1 Message Date
  Alexey Kutepov 5497092bbd Merge pull request #17 from tsoding/unreachable 4 years ago
  rexim 725cdf89b9 Remove dead code 4 years ago
  rexim 6013f4711d Introduce UNREACHABLE macro 4 years ago
  Alexey Kutepov 2a9539e53b Merge pull request #16 from tsoding/pretty-printing 4 years ago
  rexim 36d34bf3c0 Align the widths of the columns 4 years ago
  Alexey Kutepov 71db7f48d1 Merge pull request #15 from tsoding/2 4 years ago
  rexim 75be3af108 (#2) Run stress-copy.csv on CI 4 years ago
  rexim c1b4dba9ab (#2) Implement Unary operators 4 years ago
  rexim cde91b436c (#2) Implement parenthesis for the expressions 4 years ago
  rexim 01f56140a2 (#2) Implement binary operator precedence 4 years ago
  rexim 7075d460d8 (#2) Upgrade sv library 4 years ago
  rexim 4c264cab0b (#2) Rest of the work 4 years ago
  rexim fe258a4285 (#2) Add support for multiplication and division 4 years ago
  rexim a0f0edf21e (#2) Fail if the parsing did not process everything 4 years ago
  rexim 63032d3ccf (#2) Add support for `*` token to the lexer 4 years ago
  rexim b7561062fa (#2) Add support for minus binary operator 4 years ago
  rexim b5ab93ebb4 (#2) Replace Expr_Plus with Expr_Bop 4 years ago
  rexim e194f1fc2d Remove TODO(#7) 4 years ago
  Alexey Kutepov 78ef991aa5 Merge pull request #14 from tsoding/1 4 years ago
  rexim 68c679aad0 (#1) Introduce the notion of a Token 4 years ago
  rexim 1a35c304ef (#1) Fix file locations of "auto-extended" cells 4 years ago
  rexim ee05351acb (#1) Evaluate cells before trying to print them 4 years ago
  rexim 5432869b60 (#1) Report errors in the expression parsing 4 years ago
  rexim d136dfc1c1 (#1) Report the location of the expression parsing errors 4 years ago
  rexim 7c80e58ea9 (#1) Track the location of the cells within the input file 4 years ago
  rexim 0d357e5ef9 Release everything under MIT 4 years ago
  Alexey Kutepov 0fa391dfdf Merge pull request #13 from tsoding/4 4 years ago
  rexim 4089bc63f8 (#4) Fix the valgrind builds 4 years ago
  rexim 16a4a494a7 (#4) Disable valgrind on MacOS build 4 years ago
  rexim 589a36c1ea (#4) Try to enable valgrind in the rest of the CI builds 4 years ago