jow- / ucode

JavaScript-like language with optional templating
ISC License
90 stars 30 forks source link

syntax: don't treat `as` and `from` as reserved keywords #181

Closed jow- closed 11 months ago

jow- commented 11 months ago

ECMAScript allows using as and from as identifiers so follow suit and don't treat them specially while parsing. Extend the compiler logic instead to check for TK_LABEL tokens with the expected value to properly parse import and export statements.