Skip to content

Nytescript 0.8.5

Latest
Compare
Choose a tag to compare
@nnnGi nnnGi released this 12 May 05:46
· 33 commits to master since this release
ec6245b

📥 Patch Notes:

VSCode

  • Changed setup.py to try to add Nytescript to the code runner extension to allow the play/run button to work with running scripts

Shell

  • Made shell cursor controllable using the readline module on Unix systems, making it like Windows

Statements

  • Added Switch Statement using keywords switch, case and default (Grammar is in grammar.txt)
  • Added Try-Except Statement using keywords try and except (Grammar is in grammar.txt)
  • Added Import Statements using keyword import (Grammar is in grammar.txt)

Functions

  • Added strcon() function which takes in a list to string concatenate
  • Added sys_eval() function which is like os.system()

Lexer

  • Rewrote Tokeniser with match ... case ... format

🐞 Bug Fixes:

None

Every File is provided