summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-13Update README.HEADmasterGreg Brown
2021-05-11Rename autochomp to autonibble.Greg Brown
2021-05-06Introduce lambda expressions.Greg Brown
2021-04-30Replace substitution with translation.Greg Brown
2021-04-30Update AST and parser for lambda expressions.Greg Brown
2021-04-30Move items in `nibble::cst` to `nibble`Greg Brown
2021-04-21Add some comparison tests for Autochomp.Greg Brown
2021-04-20Add LALRPOP arithmetic parser.Greg Brown
2021-04-20Add handwritten arithmetic parser.Greg Brown
2021-02-24Add arithmetic benchmark for Nibble.Greg Brown
2021-02-17Fix small bug with naming.Greg Brown
2021-02-16Fix broken `chomp-macro` tests.Greg Brown
2021-02-09Change benchmark inputs to be bigger and more realistic.Greg Brown
2021-02-09Rewrite `lalrpop` parser so it works.Greg Brown
2021-02-06Add LALRPOP parser for JSON.Greg Brown
2021-02-06Add `lalrpop` infrastructure.Greg Brown
2021-02-06Add `chomp-bench` crate so benchmarks can use a build script.Greg Brown
2021-02-06Split handwritten and Nibble parsers.Greg Brown
2021-02-03Create benchmark for JSON.Greg Brown
2021-02-03Merge True and False into Bool.Greg Brown
2021-02-03Add handwritten JSON parser.Greg Brown
2021-02-03Add convenience methods for hand-writing parsers.Greg Brown
2021-02-03Parse JSON using Nibble.Greg Brown
2021-02-03Add AutoChomp benchmark.Greg Brown
2021-02-03Fix bug where all literals get an `Into<char>` implementation.Greg Brown
2021-01-21Fix GitHub action for real this time.Greg Brown
2021-01-21Fix many warnings.Greg Brown
2021-01-19Remove usage of feature of proc_macro2.Greg Brown
2021-01-19Remove usage of `extra-traits` feature of syn.Greg Brown
2021-01-19Clean up cargo manifests.Greg Brown
2021-01-18(Attempt to) fix bug in mirror action.Greg Brown
2021-01-16Fix warnings in `chomp::ast`.Greg Brown
2021-01-16Fix warnings in `lower`.Greg Brown
2021-01-16Remove unused dependencyGreg Brown
2021-01-16Make AutoChomp into a libraryGreg Brown
2021-01-14Finish AutoChompGreg Brown
2021-01-14Add GitHub action to mirror repo.Greg Brown
2021-01-14Add labelled expressions.Greg Brown
2021-01-09Introduce chomp as a procedural macro.Greg Brown
2021-01-09Make all ast spans optional.Greg Brown
2021-01-08Remove unnecessary fileGreg Brown
2021-01-08Minor fix-ups to AutoChompGreg Brown
2021-01-08Add positions to chewed errors.Greg Brown
2021-01-08Do more restructuring.Greg Brown
2021-01-07Add first steps of AutoChompGreg Brown
2021-01-06Create Chewed, the consumer crate.Greg Brown
2021-01-06Restructure code base to separate compilation phases.Greg Brown
2020-12-31First complete working version.Greg Brown
2020-12-08Make substitution into a macro.Greg Brown
2020-11-30Change type check infrastructureGreg Brown