Silicon27 / Vast

Official Repository for the Vast Programming Language
17 stars 0 forks source link

Vast v1.0.3 merge #4

Closed Silicon27 closed 3 months ago

Silicon27 commented 3 months ago

Merging the v1.0.3 branch with the main branch, added some features to go with the 1.0.3 update:

Additions

  • Added a lot of new debug_mode logs, by which now has color.
  • Added a docs directory, which contains the information on different aspects of Vast.
  • Added a xvast lexer, which now will be separate from the default lexer that the main Vast interpreter uses.
  • Added comments to __package__.xvast files.
  • Added documentation on debug_mode.

Updates

  • Updated the expand statement a bit, and the complete version will be coming in v1.0.4.

    Enjoy!