Skip to content

v0.0.74

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 20:31
  • Fixed broken exception system.
  • Fixed broken break keyword.
  • Fixed crash on/after third instruction from the REPL.
  • Fixed crash with named patterns in regex.
  • Fixed broken parse for static methods in ast module.
  • string.replace() can now use a normal string instead of regex in the pattern.
  • string.index_of() and list.index_of() now accepts second argument that allows us to specify a start index.
  • Updates and bug fixes to the http module.
  • Updates to the reflect library.
  • Updates to the iters library.
  • Multiple bug fixes.
  • Fixed .blade library import failure when file is run outside containing folder.