You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is room for tweaking the existing syntax. Currently the syntax is inspired by a mix of languages, including predecessors like MScript and unrelated languages like Rust. The language has been designed to be fairly easy to parse and not have many complicated language features beyond what lalrpop makes easy.
goals
asm! construct
comments (//, /**/)
IC constants (nan, pi, pinf, ninf, etc)
Object types (GasType.Oxygen, etc)
The text was updated successfully, but these errors were encountered:
I think it may be important for longevity and expressiveness to include a sort of inline assembly syntax such that the user can take direct control similar to rust's asm macro.
There is room for tweaking the existing syntax. Currently the syntax is inspired by a mix of languages, including predecessors like MScript and unrelated languages like Rust. The language has been designed to be fairly easy to parse and not have many complicated language features beyond what lalrpop makes easy.
goals
asm!
construct//
,/**/
)GasType.Oxygen
, etc)The text was updated successfully, but these errors were encountered: