- Basic tree-sitter + cranelift jit: A basic working example with one core file at [https://github.com/jasonjmcgh...] and the grammar at [https://github.com/jasonjmcgh...].
- Video: A video named calc-demo.mp4 with the source at [https://private-user-images.g...].
- Testing things: Can run the repl using
cargo run --releaseor do a stress test usingcargo run --example stress. - Benchmarks: Simple benchmarks similar to the "stress" test with
cargo bench --bench calculator_random_benchand a more basic non-random one withcargo bench --bench calculator_bench. - Modifying things: Modifying the grammar at [https://github.com/jasonjmcgh...] will cause
cargo buildin the main project to update everything as needed, like in the main binary for syntax highlighting.
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用。你还可以使用@来通知其他用户。