Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 412 Bytes

File metadata and controls

19 lines (12 loc) · 412 Bytes

Changelog

[0.1.0] - 2025-05-31

Added

  • Support for multiple instructions in code .jc
  • JechASTList to represent a sequence of commands
  • New compiler for multiple commands
  • Updating the VM for sequential bytecode execution

Changed

  • Parser now returns list of ASTNodes
  • File main.c reorganized and modularized

Removed

  • Limited support for a single instruction (single JechASTNode)