Skip to content

Tags: Samathingamajig/BarkScript

Tags

0.1.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from Samathingamajig/start_comparison_operators

Comparison operators and bang operator

0.1.6.1

Fixed extra line of dashes in yesdebug mode for RuntimeError's

0.1.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1 from Samathingamajig/stop_copying_in_functions

Minimized the amount of implicit copying in function headers and varables

0.1.4

Made a difference between variable declaration and assignment

0.1.2

Added `Boolean` and `Null` type and Global Constant Variables

Also added better error handling in SymbolTable::set()
Also fixed `warning C4715: 'Interpreter::visit': not all control paths return a value`

0.1.0

Working variable assignment & retrievement

0.0.7

Basic interpreter set up

0.0.6

Added Unary operators and parenthetical precedence

0.0.5.1

Fixed entering nothing giving an error

0.0.4

Error handling & detailed positions