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

bqn: Add bqn language support. #3515

Merged
merged 10 commits into from Aug 5, 2022
Merged

Commits on Aug 5, 2022

  1. Copy the full SHA
    437cae3 View commit details
    Browse the repository at this point in the history
  2. Fixed First Round of Issues from Pull Request.

    + Added Punctuation Test.
    + Added token test for 𝕣, _𝕣, and _𝕣_ 'special-name' tokens.
    ~ 'comment' token is now greedy.
    ~ 'shebang' token is now greedy and doesn't use '\s'.
    ~ Fixed Punctuation Regexp.
    ~ Formatted using `npm run lint:fix`.
    - Removed '/u' modifier flag from all patterns aside from 'special-name'.
    yewscion committed Aug 5, 2022
    Copy the full SHA
    19c8c41 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d573b8a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    514a9e1 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ffe77b2 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1acff7a View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    b635e35 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    97d7f4c View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    86745d0 View commit details
    Browse the repository at this point in the history
  10. Π is not a BQN character.

    yewscion committed Aug 5, 2022
    Copy the full SHA
    4aae2c6 View commit details
    Browse the repository at this point in the history