UnionCompilerDesign / compiler_core

The core of the compiler, runtime, and builder setup.
MIT License
1 stars 1 forks source link

Parser - Binary Expression Tokens #101

Closed CalebLItalien closed 1 month ago

CalebLItalien commented 1 month ago

Details

Add the rest of the tokens required for parsing binary expressions according to #97.

Issue Type

Requirements

Notes

Dalyj24 commented 1 month ago

This is unnecessary as binary expressions now parse correctly without extra tokens.