The Pine programming language.
Go to file
Aodhnait Étaín 48f47671cd
Add minus operator
Adds "minus" operator, both as a unary negation and a binary
subtraction. Refactors Parser::bump to actually return the next
token, which is slightly more useful for us. Also changes how
Token::len is implemented, and now we return 1 for all tokens
that are not listed explicitly.
2021-05-27 17:40:36 +00:00
src Add minus operator 2021-05-27 17:40:36 +00:00
.gitignore first commit, nyan~ 2021-05-22 21:34:55 +01:00
Cargo.toml first commit, nyan~ 2021-05-22 21:34:55 +01:00