Skip to content

Janet 1.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Oct 20:51
· 1343 commits to master since this release
  • Allow ev/cancel to work on already scheduled fibers.
  • Fix bugs with ev/ module.
  • Add optional base argument to scan-number
  • Add -i flag to janet binary to make it easier to run image files from the command line
  • Remove thread/ module.
  • Add (number ...) pattern to peg for more efficient number parsing using Janet's
    scan-number function without immediate string creation.