Skip to content

Commit

Permalink
Make reserved keywords file into a raw txt file
Browse files Browse the repository at this point in the history
Reserve import related keywords

Fmt

Clean up unused Dep

Clean up

Reserve import related keywords

Update versions
  • Loading branch information
Cypher1 committed Apr 21, 2024
1 parent 7cb7330 commit bce027a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions examples/instances.tk
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env tako

Bounded = Enum
.open()
.based_on({
Expand Down
9 changes: 6 additions & 3 deletions takolib/src/parser/keywords.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
False
TRUE
True
any
construct
exists
export
exports
false
forall
from
Expand All @@ -18,8 +17,12 @@ lambda
module
pi
preserve
private
public
publish
read
require
requires
sigma
such
suchthat
Expand Down

0 comments on commit bce027a

Please sign in to comment.