-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syntax error on binary operators that might look like unary #7
Comments
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 6, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84)
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 6, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84)
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 6, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84)
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 6, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84)
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 9, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 9, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 9, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 10, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 11, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 11, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 11, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 11, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 11, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 11, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 11, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 11, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 11, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 11, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 11, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 11, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 11, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 13, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 13, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 13, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
Dec 14, 2016
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
Apr 15, 2017
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
May 6, 2017
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
May 6, 2017
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
May 6, 2017
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
May 7, 2017
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
May 7, 2017
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29 - Added support for `Number/Number` syntax; fixes krokis#14
kaime
added a commit
to kaime/layla
that referenced
this issue
May 7, 2017
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29 - Added support for `Number/Number` syntax; fixes krokis#14
kaime
added a commit
to kaime/layla
that referenced
this issue
May 7, 2017
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29 - Added support for `Number/Number` syntax; fixes krokis#14
kaime
added a commit
to kaime/layla
that referenced
this issue
May 8, 2017
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29 - Added support for `Number/Number` syntax; fixes krokis#14
kaime
added a commit
to kaime/layla
that referenced
this issue
May 8, 2017
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29 - Added support for `Number/Number` syntax; fixes krokis#14
kaime
added a commit
to kaime/layla
that referenced
this issue
May 8, 2017
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29 - Added support for `Number/Number` syntax; fixes krokis#14
kaime
added a commit
to kaime/layla
that referenced
this issue
May 8, 2017
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29 - Added support for `Number/Number` syntax; fixes krokis#14
kaime
added a commit
to kaime/layla
that referenced
this issue
May 8, 2017
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29 - Added support for `Number/Number` syntax; fixes krokis#14
kaime
added a commit
to kaime/layla
that referenced
this issue
May 8, 2017
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - [WIP] Added support for `calc()` syntax; fixes krokis#10 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29
kaime
added a commit
to kaime/layla
that referenced
this issue
May 8, 2017
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29 - Added support for `Number/Number` syntax; fixes krokis#14
kaime
added a commit
to kaime/layla
that referenced
this issue
May 8, 2017
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29 - Added support for `Number/Number` syntax; fixes krokis#14
kaime
added a commit
to kaime/layla
that referenced
this issue
May 11, 2017
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29 - Added support for `Number/Number` syntax; fixes krokis#14
kaime
added a commit
to kaime/layla
that referenced
this issue
May 11, 2017
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29 - Added support for `Number/Number` syntax; fixes krokis#14
kaime
added a commit
to kaime/layla
that referenced
this issue
May 11, 2017
- Fixes krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29 - Added support for `Number/Number` syntax; fixes krokis#14 - Added `RegExp.flags` method
kaime
added a commit
to kaime/layla
that referenced
this issue
May 11, 2017
Now it uses a real tokenizer, in a tokenizing phase. It should be faster and easier to optimize. Lots of things fixed and many improved, including: - Fixed krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29 - Added support for `Number/Number` syntax; fixes krokis#14 - Added `RegExp.flags` method
kaime
added a commit
to kaime/layla
that referenced
this issue
May 11, 2017
Now it uses a real tokenizer, in a tokenizing phase. It should be faster and easier to optimize. Lots of things fixed and many improved, including: - Fixed krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29 - Added support for `Number/Number` syntax; fixes krokis#14 - Added `RegExp.flags` method
kaime
added a commit
to kaime/layla
that referenced
this issue
May 11, 2017
Now it uses a real tokenizer, in a tokenizing phase. It should be faster and easier to optimize. Lots of things fixed and many improved, including: - Fixed krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29 - Added support for `Number/Number` syntax; fixes krokis#14 - Added `RegExp.flags` method - Added `AtRule.name` method
kaime
added a commit
to kaime/layla
that referenced
this issue
May 11, 2017
Now it uses a real tokenizer, in a tokenizing phase. It should be faster and easier to optimize. Lots of things fixed and many improved, including: - Fixed krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29 - Added support for `Number/Number` syntax; fixes krokis#14 - Added `RegExp.flags` method - Added `AtRule.name` method
kaime
added a commit
to kaime/layla
that referenced
this issue
May 11, 2017
Now it uses a real tokenizer, in a tokenizing phase. It should be faster and easier to optimize. Lots of things fixed and many improved, including: - Fixed krokis#7, a bug in the old parser - Added 'raw strings'. Closes krokis#80 - Changed interpolation from `{}` to `#{}`; closes krokis#56 - Added support for line (`// ...`) and embedded (`/* ... */`) comments; fixes krokis#3 - Throw an error when using undefined `$` variables (krokis#84) - Throw a proper error when trying to divide a string by a number; fixes krokis#6 - Detect circular imports; fixes krokis#29 - Added support for `Number/Number` syntax; fixes krokis#14 - Added `RegExp.flags` method - Added `AtRule.name` method
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected:
The text was updated successfully, but these errors were encountered: