hetu_script 0.0.2+1 hetu_script: ^0.0.2+1 copied to clipboard
Hetu is a lightweight script language written in Dart,intended to be embedded in Dart programs.
0.0.2+1 #
- Added some comments in the dart source file.
- Added some test for error handling.
- Added multiline comment.
- Changed 'HetuEnv' into 'Hetu'.
- Fixed bugs in method calling of instances.
0.0.2 #
- Fixed core library loading issue, no longer use outside source files.
- Changed lisence from GNU GPLv3 to MIT.
0.0.1 #
- Initial version, hello world!