dart_eval 0.0.4
dart_eval: ^0.0.4 copied to clipboard
A flexible Dart interpreter written in Dart, enabling code push for AOT Dart apps.
0.0.1 #
- Create parser and interpreter
- Add interop
0.0.2 #
- Fix scoping
- Add support for List and Map types
0.0.3 #
- Make the Pub analyzer happy
- Add some Dartdoc comments
0.0.4 #
- Add support for
if
, basicfor
, number comparison operators, and postfix++
- Fix
+
,-
,*
, and/
operators - Improve performance significantly