Created by: nickmeinhold
Potentially fixes #4448 (closed)
- a Dart program that generates a text file containing keywords for the current Dart version
- changed the dart generator to use the dart keywords as the set of reserved words
Questions
- project structure: I imagine there is a better place to put these files but nothing jumped out at me when I looked through
- the list of reserved words is now missing a few of the previous reserved words (just the ones that are a keyword with an asterisk, eg. async*, yield*)
- not sure if this is a problem, if it is maybe we should add a separate check for special characters?
PR checklist
-
Read the contribution guidelines. -
If contributing template-only or documentation-only changes which will change sample output, build the project before. -
Run the shell script(s) -
File the PR against the correct branch: master
-
Copy the technical committee - @ircecho (2017/07) @swipesight (2018/09) @jaumard (2018/09)