Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 22 Feb 22:52
· 115 commits to main since this release

Changelog

  • ea5b70b add dot assigned to the language
  • 7fa64e5 add import to the langage
  • 03ea0b9 add the dot accesser to the lexer and token
  • 9be1044 add the dot accessor to the evaluator
  • 33fedda add the dot accessor to the parser and ast also write test for it
  • b398b0a add the import token and lexed it
  • 207bac1 feat: Add built-in functions for type conversion (int, float), user input (input), program exit (exit), and console clearing (clear).
  • 6331082 feat: implement comprehensive assignment evaluation supporting identifiers, member expressions, and index expressions with various operators.
  • 8e39b5b fix the import bug
  • 2e9a02c made the standard libray to be imported
  • e99d1e3 parse import statement, add test and made it ast struct
  • 7924e4b update Readme and .gitignore