dscript_dart 1.2.0
dscript_dart: ^1.2.0 copied to clipboard
Scripting language for flutter/dart plugins & extensions
Changelog #
All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
1.2.0 (2025-06-14) #
Features #
Bug Fixes #
- analyzer: mark globals as constant (685e3ba)
1.1.0 (2025-06-13) #
Features #
- add descriptions to runtime bindings (40e0b8e)
- add line & column count (a8ba4c0)
- add type checks for variables (127ada3)
- analyzer: add flow control analysis & null safety (#8) (c789b1b)
- compiler: Implement naive compiler (#12) (17ad8d2), closes #13 #14 #15
- enhance return type checking and add parser tests (7ce646f)
- impl basic analyzer (f75bffc)
- implement basic interpreter (fb0ac77)
- implement binary expressions (95c08fb)
- implement builder pattern for contract defs (6e47702)
- implement external calls in runtime (71f7b67)
- improve type handling in runtime (f59307e)
- runtime, vm: implement runtime & vm (#16) (7579aaf), closes #17
- sketch out binding structure (0957663)
Bug Fixes #
- remove identifier from literal rule (bfa918f)
1.0.0 #
- Initial version.