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
{{ message }}
This repository was archived by the owner on Jun 20, 2021. It is now read-only.
add and use the keyword var to allow variable declaration
What's this all about ? .
Do you mean to declare variables in simple-lang after this is accomplished, it'll be:
varname="simple-lang"
instead of the current version of variable declaration ?
name = "simple-lang"
Also,
The support for strict is really nice but what are the plans for this ? Are we moving to a strictly typed syntax following the introduction of #38 ? . What improvements will the strictness bring especially to error handling ?
From the ROADMAP, I saw this :
add and use the keyword
varto allow variable declarationWhat's this all about ? .
Do you mean to declare variables in simple-lang after this is accomplished, it'll be:
instead of the current version of variable declaration ?
Also,
The support for
strictis really nice but what are the plans for this ? Are we moving to a strictly typed syntax following the introduction of #38 ? . What improvements will the strictness bring especially to error handling ?