This website requires JavaScript.
Explore
Help
Sign In
anoma
/
juvix
Watch
1
Star
1
Fork
0
You've already forked juvix
mirror of
https://github.com/anoma/juvix.git
synced
2024-12-12 14:28:08 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
c9b8cdd5e9
juvix
/
tests
/
positive
/
Parsing.juvix
9 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix: Identifiers with a keyword prefix cannot be parsed (#171)
2022-06-16 11:13:13 +03:00
module Parsing;
let' : Type;
remove ≔ from the language and replace it by := (#1563) * remove ≔ from the language and replace it by := * revert accidental changes in juvix input mode * update stdlib submodule * rename ℕ by Nat in the tests and examples * fix shell tests
2022-09-30 03:55:32 +03:00
let' := Type;
Fix: Identifiers with a keyword prefix cannot be parsed (#171)
2022-06-16 11:13:13 +03:00
TypeMine : Type;
TypeMine := Type;
end;
Reference in New Issue
Copy Permalink