Skip to content
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

Closed
kaime opened this issue Apr 26, 2015 · 0 comments
Closed

Syntax error on binary operators that might look like unary #7

kaime opened this issue Apr 26, 2015 · 0 comments

Comments

@kaime
Copy link
Member

kaime commented Apr 26, 2015

> foo: 2+1
SyntaxError - "Unexpected `don't know what` type or value. Expected `Punc` (;)  at 7"
> foo: 2-1
SyntaxError - "Unexpected `don't know what` type or value. Expected `Punc` (;)  at 7"

Expected:

foo: 3;
foo: 1;
@kaime kaime added the Bug label Apr 26, 2015
@kaime kaime added this to the 0.1.0 milestone Apr 26, 2015
@kaime kaime added the High label Oct 23, 2015
@kaime kaime added the Parser label Apr 9, 2016
@kaime kaime added the WIP label Nov 22, 2016
kaime added a commit to kaime/layla that referenced this issue Nov 24, 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
kaime added a commit to kaime/layla that referenced this issue Nov 25, 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
kaime added a commit to kaime/layla that referenced this issue Dec 5, 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
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
@kaime kaime closed this as completed in 44ce02f May 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant