Skip to content

Releases: MaxXSoft/YuLang

Version 0.0.7

12 Jul 13:10
aea939e
Compare
Choose a tag to compare

0.0.7 - 2023-07-12

Changed

  • Supported up to LLVM 16.

Version 0.0.6

28 Aug 09:03
c868650
Compare
Choose a tag to compare

0.0.6 - 2022-08-28

Changed

  • Supported LLVM 12, 13, 14 and 15.

Version 0.0.5

15 Sep 02:33
f7de937
Compare
Choose a tag to compare

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.

Version 0.0.4

05 Mar 08:48
Compare
Choose a tag to compare
v0.0.4

(CMakeLists) updated version info