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

initial meeting notes #14

Merged
merged 7 commits into from Jan 13, 2019

Conversation

Projects
None yet
3 participants
@qmx
Copy link
Contributor

qmx commented Nov 17, 2018

No description provided.

@qmx qmx force-pushed the qmx:meeting-20181114 branch from 117ee4b to 08cd56f Nov 17, 2018

@eddyb

This comment has been minimized.

Copy link
Contributor

eddyb commented Nov 17, 2018

Hmm, I was imagining we'd end up with an issue with checkboxes for action items.

@qmx

This comment has been minimized.

Copy link
Contributor Author

qmx commented Nov 17, 2018

@eddyb we definitely can do that - I just want to make sure I've captured things correctly first :)

@Centril
Copy link
Contributor

Centril left a comment

Some minor additions needed :)

- eddyb thinks that's too early to discuss this, we're punting this to the near future
4. GLL
- formatting
- we asked for small changes on the overall feel for GLL grammars, [GLL PR](https://github.com/lykenware/gll/pull/74) with the proposed changes.

This comment has been minimized.

@Centril

Centril Nov 20, 2018

Contributor

should note what those were:

FnArgs =
  | Regular:FnArg+ % ","
  | Variadic:"..."
  | RegularAndVariadic:{ args:FnArg+ % "," "," "..." }
  ;

i.e. leading | and then just moving | to the start of line.

- we asked for small changes on the overall feel for GLL grammars, [GLL PR](https://github.com/lykenware/gll/pull/74) with the proposed changes.
- syntax changes
- there were some discussions about using BNF-like `::=` for attribution of new rules but this went nowhere at least for now.

This comment has been minimized.

@Centril

Centril Nov 20, 2018

Contributor

We discussed parameterized grammars as well for the future.

qmx added some commits Jan 12, 2019

@qmx qmx merged commit 57db91f into rust-lang-nursery:master Jan 13, 2019

@qmx qmx deleted the qmx:meeting-20181114 branch Jan 13, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.