Skip to content

Commit

Permalink
Update crate.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
silas-wr authored Jul 25, 2024
1 parent 8604076 commit a05973e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/crate/crate.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ enum TokenTypes {
FROM, //3
AS, //4
DEL, //5
ASSERT, //6
RETURN, //7
UNSIGN, //8
TRANSITIVE, //9
ASSERT, //6 later (flat complex)
RETURN, //7 later (type simple)
UNSIGN, //8 later (flat complex)
TRANSITIVE, //9 later (flat complex)
GLOBAL, //10

// privacy
Expand Down

0 comments on commit a05973e

Please sign in to comment.