Skip to content

v0.1.0

Compare
Choose a tag to compare
@dbaumgarten dbaumgarten released this 22 May 22:27

Auto-generated changelog

v0.1.0

  • Fixed a bug in one example
  • Perform bug-validations also for nolol-code
  • Made factorials on expressions a syntax-error
  • Check for not-bugs
  • Fixed printing of negation
  • Prevent variables containing keywords
  • Abort tests on compiler-error
  • Implement string-logic like the game
  • Match whitespace-behaviour to the game
  • Improved documentation regarding compatibility
  • Formatted example-code
  • Removed spaceless formatting-mode
  • Require ; between stmts inside nolol inline-ifs
  • Require spaces between statements
  • Runtime-error when using factorials on bracketed expressions
  • Correct precedence for not-operator
  • Made all comparisons have the same precedence
  • Reduced precedence of +- behind comparisons
  • Handle overflow of Asin and Acos
  • Factorial of <0 return MinValue
  • Workaround for parsing MinValue of numbers
  • Switched precedence for negate and factorial
  • Made postop behave like preop

v0.0.34

  • Switched to nodejs 16.1 for CI-pipeline
  • Fixed a typo in stdlib-comments
  • Made trig-functions behave more like ingame
  • Fixed broken printing of MIN_NUMBER
  • Fixed broken end-position for some gotos
  • Inline-loops for nolol

v0.0.33

  • Hopefully fixed SSC-Typing #39

v0.0.32

  • Sort variables by name when debugging
  • Removed wait-keyword from NOLOL
  • Added a standard-library for nolol
  • Generate docs for nolol-files via CLI
  • Completely reworked nolol-macros
  • Implemented nolol inline-ifs properly
  • Reworked yolol-tokenizer and parser a little
  • Reduced code-duplication in nolol-analyzer
  • Re-structured nolol-converter
  • Made nolol's goto accept expressions
  • Increased maximum of expandable nolol-macros
  • Improved debug-stepping for nolol
  • Removed unnecessary space when printing yolol
  • Added space after ; when printing nolol
  • Improved changelog-generation
  • Added instructions for SSC-hotkeys to Docs #39 #40
  • Experimental Autotype for SSC #39 #40
  • Fixed issue with GITHUB_TOKEN and npm install
  • Updated vscode dependencies

v0.0.31