mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
Add test_compile crate
This commit is contained in:
parent
98535bfbce
commit
67bca80921
9 changed files with 418 additions and 121 deletions
|
@ -35,7 +35,7 @@ use roc_region::all::{Loc, Position, Region};
|
|||
|
||||
use crate::parser::Progress::{self, *};
|
||||
|
||||
fn expr_end<'a>() -> impl Parser<'a, (), EExpr<'a>> {
|
||||
pub fn expr_end<'a>() -> impl Parser<'a, (), EExpr<'a>> {
|
||||
|_arena, state: State<'a>, _min_indent: u32| {
|
||||
if state.has_reached_end() {
|
||||
Ok((NoProgress, (), state))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue