Js Slang Versions Save

Implementations of sublanguages of JavaScript, TypeScript, Scheme and Python

v0.3.6

4 years ago

#396 #365 #362

v0.3.4

4 years ago

#355

#350

#352

0.3.2

4 years ago

#332 lets are fixed again

v0.3.1

4 years ago

This release contains a release of the substitution model evaluator.

v0.2.6

4 years ago

Features

  • Fix let bindings not propagating to the proper scope for native (#321)

v0.2.5

4 years ago

Features

  • Update documentation (#266, #271)
  • Add integer check for array indices (#282)
  • Make builtin function error on native report line number (#285)
  • Disallow var statements (#310)
  • Expose initial execution time to runInContext options and allow manipulation of max execution time (#314)

v0.1.16

5 years ago

Features

  • Use build script for pre-publish hook (#109)

v0.1.15

5 years ago

Features

  • Fixed Arrow Functions not being parsed (#107 and #108 )

v0.1.14

5 years ago

Features

  • Re-enable Function Expressions (#106)

v0.1.13

5 years ago

Features

  • Fix bug in Block Statements (#102)