Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 362 Bytes

changelogBX.X.X.md

File metadata and controls

11 lines (10 loc) · 362 Bytes

B0.1.2

  • Optimization Level Options Support

B0.1.1

  • Change from gcc to mingw-w64(gcc is for linux)
  • Example script regular expression bug fix
if (!regexmatch(mcode, " ^ ([0 - 9] +),(" c ":|.*?," c ":)([^,] +)", m))

There was a space in the script created.
This prevents the BentschiMCode function from operating normally.