able-script/src
Alexander Bethel e79fc9a005 Allow abool -> bool coercion
The expression `sometimes & true` now evaluates to `true` 50% of the
time and false 50% of the time, rather than throwing a type error
because `sometimes` is not a bool.
2021-05-21 12:25:37 -05:00
..
parser Implement basic interpreter 2021-05-20 18:18:01 -05:00
base_55.rs Added parsing of conditionals 2021-04-27 13:48:56 +02:00
brian.rs Added support for specifying a tape size limit 2021-05-15 18:39:49 +02:00
const.rs Minor Changes 2021-05-03 19:33:21 -05:00
error.rs Implement basic interpreter 2021-05-20 18:18:01 -05:00
interpret.rs Implement basic interpreter 2021-05-20 18:18:01 -05:00
lexer.rs Fixed some incompatible old code 2021-05-03 21:35:43 +02:00
main.rs Make ablescript -f run interpreter 2021-05-20 18:24:18 -05:00
repl.rs Implement basic interpreter 2021-05-20 18:18:01 -05:00
variables.rs Allow abool -> bool coercion 2021-05-21 12:25:37 -05:00