mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Fix parsing edge case re: function calls at eof
This commit is contained in:
parent
4df8064407
commit
c8edddfd48
7 changed files with 1283 additions and 963 deletions
|
@ -5,7 +5,7 @@ pub mod parse_state;
|
|||
pub mod operator;
|
||||
pub mod region;
|
||||
pub mod canonicalize;
|
||||
mod collections;
|
||||
pub mod collections;
|
||||
// mod ena;
|
||||
|
||||
// #[macro_use]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue