mirror of
https://github.com/anoma/juvix.git
synced 2024-12-03 09:41:10 +03:00
3a9eb20f4a
1. When the flatparse scanner fails and we fallback to megaparsec, a warning is issued. 2. The flatparse scanner has been fixed so it is not confused when a name starts with `import`.
6 lines
68 B
Plaintext
6 lines
68 B
Plaintext
module main;
|
|
|
|
import important;
|
|
|
|
axiom imports : important.imports;
|