rust/crates/parser/src
Steven Joruk 8a28430676 refactor: Rename and move const_arg_path
It wasn't testing the `const_arg` code path, it was actually hitting
const_param's default value code path, so move it to the right place
and rename it.
2022-03-11 22:28:38 +00:00
..
grammar refactor: Rename and move const_arg_path 2022-03-11 22:28:38 +00:00
syntax_kind fix: Recognize Self as a proper keyword 2022-03-05 23:20:06 +01:00
tests Update tests 2022-02-21 08:34:35 +02:00
event.rs internal: rename 2021-12-25 22:02:26 +03:00
grammar.rs Allow macros to expand to or-patterns 2022-01-17 16:52:53 +01:00
input.rs internal: rename 2021-12-25 22:02:26 +03:00
lexed_str.rs internal: move ws attachment logic to the parser crate 2021-12-26 16:47:10 +03:00
lib.rs more intuitive order 2022-01-02 18:46:01 +03:00
output.rs internal: add tests for extra parser entry points 2021-12-29 18:28:11 +03:00
parser.rs internal: rename 2021-12-25 22:02:26 +03:00
shortcuts.rs restore invariatns 2021-12-29 20:37:08 +03:00
syntax_kind.rs minor: modernize 2021-09-06 18:54:16 +03:00
tests.rs Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
token_set.rs Add semicolons for consistency 2021-10-03 23:39:43 +11:00