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

Add Whiley Lexer #628

Merged
merged 3 commits into from Apr 22, 2022
Merged

Add Whiley Lexer #628

merged 3 commits into from Apr 22, 2022

Conversation

DavePearce
Copy link
Contributor

This is a fairly simple lexer for the Whiley languages which covers the main things (e.g.
keywords, types, literals, etc). I have included some testdata as well based on a real-world code base. It passes the tests!

@alecthomas
Copy link
Owner

Beautiful, thanks!

@alecthomas
Copy link
Owner

An issue on master caused the linting failure - rebase and you should be fine.

This is a fairly simple lexer for Whiley which covers the main things (e.g.
keywords, literals, etc).
This also fixes a couple of minor issues with the lexer.
This just adds some missing keywords.
@DavePearce
Copy link
Contributor Author

Ok, have rebased now.

@alecthomas alecthomas merged commit 073a30b into alecthomas:master Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants