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

Commits on Apr 22, 2022

  1. Add initial lexer for Whiley

    This is a fairly simple lexer for Whiley which covers the main things (e.g.
    keywords, literals, etc).
    DavePearce committed Apr 22, 2022
    Copy the full SHA
    50185b0 View commit details
    Browse the repository at this point in the history
  2. Add testdata for whiley lexer

    This also fixes a couple of minor issues with the lexer.
    DavePearce committed Apr 22, 2022
    Copy the full SHA
    c7177fb View commit details
    Browse the repository at this point in the history
  3. Add missing keywords: in, new, all, some

    This just adds some missing keywords.
    DavePearce committed Apr 22, 2022
    Copy the full SHA
    beff442 View commit details
    Browse the repository at this point in the history