roc/crates/compiler/parse
Luke Boswell 1590b30b19
Add a lexing-based 'highlight' mode to the parser
basic syntax highlighting

added more syntax highlighting coverage

add example of a markdown table with styling

move FIXED_TOKEN logic into highlight

refactor highlight, add support for backpassing

escape html from source code

fix bug with <pre> tag ordering

refactor out html from roc_parse

remove test, put highlight functionality into separate file

fix typo
2023-02-28 17:03:49 +11:00
..
benches Re-improve perf of skipping spaces and comments 2022-12-11 08:43:22 -08:00
src Add a lexing-based 'highlight' mode to the parser 2023-02-28 17:03:49 +11:00
tests Fix approximately a bajillion fmt and parsing bugs 2023-01-13 18:20:44 -08:00
Cargo.toml Re-improve perf of skipping spaces and comments 2022-12-11 08:43:22 -08:00