Skip to content

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

2 participants