Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

feat(parser): Add support for named arguments #762

Closed
wants to merge 7 commits into from
Closed

feat(parser): Add support for named arguments #762

wants to merge 7 commits into from

Conversation

kasperl
Copy link
Contributor

@kasperl kasperl commented Mar 19, 2014

No description provided.

@kasperl kasperl added cla: yes and removed cla: no labels Mar 19, 2014
@@ -14,7 +15,10 @@ class DynamicParserImpl {
DynamicParserImpl(Lexer lexer, this.backend, String input)
: this.input = input, tokens = lexer.call(input);

Token get peek => index < tokens.length ? tokens[index] : Token.EOF;
Token get next
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one should fit on a single line

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@vicb
Copy link
Contributor

vicb commented Mar 19, 2014

Great PR !

Could you squash the commits ?

Travis complains about an error with the be dart VM.

@mhevery
Copy link
Contributor

mhevery commented Mar 20, 2014

This looks like it is ready to go. I will take care of the minor style comments oppon merging. Should be merged tonight.

@kasperl kasperl closed this in 18ceb4d Mar 20, 2014
@kasperl kasperl deleted the named_params branch March 24, 2014 08:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

4 participants