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 26, 2024
1 parent 31566e6 commit 2b8eb75
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/crate/crate.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,10 @@ enum NodeTypes {
NGLOB,

// increment and decrement
NINC,
NDEC,
NINCB,
NINCE,
NDECB,
NDECE,
};

struct Token {
Expand Down

0 comments on commit 2b8eb75

Please sign in to comment.