Replies: 3 comments
-
https://github.com/carbon-language/carbon-lang/blob/trunk/docs/design/lexical_conventions/words.md is intended to be a complete list. Note some likely keywords may not be in the list because they haven't been added to the design yet. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Updating keyword list. now words
have another style, like 'modifiers', not like 'usual keywords'. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed rules in lexer for
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is just info. I made the Carbon lexer for CudaText (free editor - https://cudatext.github.io/ ). It is in the Addon Manager (Plugins / Addons Manager / Install).
Lexer was tested on bunch of files from Carbon repo, I guessed many keywords from context, I maybe missed some keywords.
Lexer shows some items in the code-tree: class, function, interface, impl (IMO showing the items 'namespace' will be not nice).
Where can I find full list of language keywords ? Standard types? Standard modifiers (public private inline…)?
Beta Was this translation helpful? Give feedback.
All reactions