Skip to content

Warf-0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 16:58
· 35 commits to master since this release
f9d4987
Feature/binding (#3)

* move syntax code to its own directory

* fix build system to take objects

* Added BoundBinary, converted the evaluator from SyntaxTree, parenthesisnodes remain todo

* add operator overloading for valuetype, fix boolean bug in lexer, and add boolean binary expressions

* delete evaluator from SyntaxTree, fix tests. update Evaluator to support binary boolean operations

* turn paren case back on, fix logical errors, add testcases, and fix nested binaryExpresssion cases