dev-2021-06 #1007
gingerBill
started this conversation in
General
dev-2021-06
#1007
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
New Language Features
cond ? x : y
andx if cond else y
logic&{}
alongside&T{}
in some casesfor in x..y
behaviour to prevent the possibility of overflowing on maximum integer size and causing an infinite loop..=
alongside..
as a "full range" operator (..=
will probably replace..
)@(static)
for global variables@(link_section=<string>)
for global variablesmem_zero
,mem_copy
,mem_copy_non_overlapping
,sqrt
,ptr_offset
,ptr_sub
Compiler Improvements
++
and--
as tokens but disallow them in the parser, and give better error messages for they are used as operators/statements-verbose-errors
-use-separate-modules
support (useful for speeding up code generation in development builds)Packages
f16
test.fail_now
soa_zip
andsoa_unzip
to demoFixes
This discussion was created from the release dev-2021-06.
Beta Was this translation helpful? Give feedback.
All reactions