Skip to content

Releases: hulo-lang/hulo

v0.3.0

26 Jul 03:49

Choose a tag to compare

Added

  • Batch transpiler support
  • PowerShell transpiler support
  • Interpreter integration with transpilers
    • comptime keyword for compile-time evaluation
    • AST transformation based on computed values
  • Enhanced AST manipulation and optimization
  • Improved installation scripts with automatic version detection

Fixed

  • Installation script cross-platform compatibility issues
  • Transpiler output consistency across target languages

v0.2.0

19 Jul 07:57

Choose a tag to compare

Added

  • Bash transpiler support
  • HLPM (Hulo Package Manager) commandline tool for managing Hulo packages
    • init, install, uninstall, run commands implemented
    • Package publishing and import resolution pending
  • Hulo-REPL commandline tool with simple completion and theme support
    • Basic completion and theme settings implemented
    • Full integration pending

Fixed

  • Fixed string translation issue with echo "Hello World" #4

Breaking Changes

  • Refactored VBScript transpiler - this is a breaking change, output may not be consistent with v0.1.0
  • Refactored Hulo commandline tool to read huloc.yaml configuration file from working directory

Migration

  • Environmental variable HULOPATH renamed to HULO_PATH

v0.1.0

11 Jul 16:09

Choose a tag to compare

  • First Release, only support VBScript