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

Fix #206, allow primes in names #437

Merged
merged 1 commit into from
May 24, 2016
Merged

Fix #206, allow primes in names #437

merged 1 commit into from
May 24, 2016

Commits on May 24, 2016

  1. Fix #206, allow primes in names

    This commit adds support for using primes in identifiers. It has been
    tested for variables, type variables, methods, fields, classes, traits
    and typedefs. The renaming scheme is somewhat intricate to prevent
    non-clashing identifiers from clashing at the C-level. There is an added
    test `primeNames.enc`.
    EliasC committed May 24, 2016
    Configuration menu
    Copy the full SHA
    722cfe9 View commit details
    Browse the repository at this point in the history