The Pine programming language.
Go to file
Aodhnait Étaín 155325e78c
Add multiplication operator
Can now parse a multiplication operator with the correct precedence.
Parentheses are no longer included in the AST output.

Binary operator parser has been simplified to avoid redundancy, and to
avoid having to manually provide every token that can be a binary
operator.
2021-05-27 12:26:26 +00:00
src Add multiplication operator 2021-05-27 12:26:26 +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