Skip to content

Version 0.0.5

Compare
Choose a tag to compare
@MaxXSoft MaxXSoft released this 15 Sep 02:33
· 24 commits to master since this release
f7de937

0.0.5 - 2021-09-15

Added

  • More declarations of C standard library functions.
  • Read operations of IO library.
  • Pointer-sized type isize and usize.

Changed

  • A warning will be given when encountering a combination of extern/inline and import.
  • Some method name in standard library module strview.

Fixed

  • Value evaluation process on VarLetDefAST.
  • Bugs about counting down in standard library module range.
  • The process of handling reference types on VarLetElemAST.
  • Value evaluation process on IntAST.
  • Bugs about generating code on global constructor and global constant string.
  • Bugs about casting integers to booleans.