Skip to content

Commit ae001ad

Browse files
authored
Merge pull request #115 from eddyb/stratify
Split off parts of the `runtime` module into `input`, `forest` and `parser`.
2 parents 062f619 + defcf2e commit ae001ad

File tree

11 files changed

+1083
-947
lines changed

11 files changed

+1083
-947
lines changed

macros/tests/basic.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ macro_rules! testcases {
3737

3838
let result = match &result {
3939
Ok(result) => format!("{:#?}", result),
40-
Err(gll::runtime::ParseError {
40+
Err(gll::parser::ParseError {
4141
at,
4242
expected,
4343
}) => {

0 commit comments

Comments
 (0)