System_Logs

VERSION_HISTORY.

1
v0.1.0December 29, 2025
Initial Release
  • Core LALR(1) parser implementation using Lark.
  • TypeScript interface generation with optional field support.
  • Python dataclass generation with type hint propagation.
  • Fixed circular dependency detection in nested imports.
0
v0.0.9-betaDecember 15, 2025
Alpha Prototype
  • Initial CLI architecture definition.
  • Basic primitive type mapping (string, int, float, bool).