Commit History

Author SHA1 Message Date
  Max Kuznetsov c461a7fe60 Fix: stop execution when trying to slice an unsupported type (#443) 6 months ago
  lack 47062da36a Add `os.arch` and `os.platform` (#437) 6 months ago
  shikbupt e9b03930ce fix the import expr string output (#440) 6 months ago
  Max Kuznetsov 9d35005ffe Throw a runtime error when trying to slice an unsupported type (#442) 6 months ago
  wlxwlxwlx 18b953c7be increase size of jump operands (#438) 9 months ago
  E Sequeira da09c300a5 Revert "[OpJumpFalse, OpAndJump, OpOrJump, OpJump], these four instructions have been changed to use 4 bytes to avoid precision loss and panic when the number of instructions exceeds the maximum of 16 bits (65535) (#433)" (#436) 9 months ago
  wlxwlxwlx 18424deb5a [OpJumpFalse, OpAndJump, OpOrJump, OpJump], these four instructions have been changed to use 4 bytes to avoid precision loss and panic when the number of instructions exceeds the maximum of 16 bits (65535) (#433) 9 months ago
  Aman Gupta Karmani 92cbb9bff0 Use any instead of interface{} (#419) 1 year ago
  liuxiong 0177bdb4e1 fix json.indent docs (#429) 1 year ago
  E Sequeira 48308d45d9 fix json decode (#424) 1 year ago
  E Sequeira 55f2519b16 update go version to fix goreleaser (#422) 1 year ago
  Adrian Lee f90bc00af2 bugfix: parse expect error when mis match braces (#421) 1 year ago
  Mikael Ganehag Brorsson 82b543fd98 Better support for TZ locations in the times module (#397) 1 year ago
  Wannes ecc3d9181e Added more math consts (#404) 1 year ago
  gufeijun 3f4245d962 fix: solve precision problem when decode bigint in json (#399) 1 year ago
  skelly 2edd39e0c3 Update objects.md (#401) 1 year ago
  E Sequeira 7108e9c50d fix golint (#407) 1 year ago
  Sean Chittenden f980e7e724 Downgrade exclusive lock to shared lock when cloning a script (#400) 1 year ago
  I Putu Susila a419bfc93a fix slice low/high index shadowing variables in vm (#394) 2 years ago
  I Putu Susila dfcfd6661c Use Object.Copy when cloning globals in Compiled (#393) 2 years ago
  shiyuge 8a3f5bdb11 fix: copy SourceMap in vm OpClosure branch (#392) 2 years ago
  shiyuge e338512259 fix: do not invert token.Less to token.Greater in compiler (#391) 2 years ago
  E Sequeira 6fc8053992 fix runtime panics on self assignment (#387) 2 years ago
  E Sequeira 818d6dc687 vim syntax highlighter (#383) 2 years ago
  Józef Sokołowski 6fc27defb8 add support for parsing binary, octal and hex numbers (#364) 2 years ago
  E Sequeira 9bf03596b1 limit to go 1.16+ (#382) 2 years ago
  E Sequeira 131638ffeb update goreleaser to fix releases (#381) 2 years ago
  E Sequeira 71459c44f6 fix deadcode optimization (#378) 2 years ago
  Nicolas Stenberg-Daniil f90d433d21 Corrected/changed variable names of the base64 and hex imports (instead of fmt) to correspond with the module name itself. (#375) 2 years ago
  Józef Sokołowski 0afdfdeb2f Fix copying user functions (#366) 2 years ago