Fix parsing edge case re: function calls at eof

This commit is contained in:
Richard Feldman 2019-07-25 08:27:50 -04:00
parent 4df8064407
commit c8edddfd48
7 changed files with 1283 additions and 963 deletions

View file

@ -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]