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

Unbitrot MMeta #4

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Unbitrot MMeta #4

wants to merge 19 commits into from

Commits on Jul 20, 2015

  1. Rename "README.txt" to "README.md".

    Felix von Ferey committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    50eb4b2 View commit details
    Browse the repository at this point in the history
  2. Use public 'bitescript' gem.

    Felix von Ferey committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    d98f69d View commit details
    Browse the repository at this point in the history
  3. Work around mirahc compiler bug.

    Felix von Ferey committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    eb9db0f View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2015

  1. Rename MMetaCompiler#Token to MMetaCompiler#AToken, as MMetaCompiler.…

    …Token resolves to BaseParser$Token, and this creates a conflict.
    Felix von Ferey committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    919c3de View commit details
    Browse the repository at this point in the history
  2. Do not emit "throws" statements. They seem to be removed from the Mir…

    …ah language.
    Felix von Ferey committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    64bda36 View commit details
    Browse the repository at this point in the history
  3. Emit "package" statement if a jpackage has been available.

    Felix von Ferey committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    1f683f6 View commit details
    Browse the repository at this point in the history
  4. Set JPACKAGE variable.

    Felix von Ferey committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    fa534b0 View commit details
    Browse the repository at this point in the history
  5. Support for methods with return types.

    Felix von Ferey committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    fd0d190 View commit details
    Browse the repository at this point in the history
  6. Update bootstrap.

    Felix von Ferey committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    6b4335a View commit details
    Browse the repository at this point in the history
  7. Compile from the correct test directory.

    Felix von Ferey committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    c01b71e View commit details
    Browse the repository at this point in the history
  8. Update bootstrap.

    Felix von Ferey committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    6548701 View commit details
    Browse the repository at this point in the history
  9. Update return type expressions to modern Mirah.

    Felix von Ferey committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    0afea5a View commit details
    Browse the repository at this point in the history
  10. Update bootstrap.

    Felix von Ferey committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    83f3bcc View commit details
    Browse the repository at this point in the history
  11. Use ISO8601 timestamps.

    Felix von Ferey committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    62c8705 View commit details
    Browse the repository at this point in the history
  12. Update bootstrap.

    Felix von Ferey committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    fe28f2a View commit details
    Browse the repository at this point in the history
  13. Look for newlines in BaseParser#_str.

    Felix von Ferey committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    e427bb1 View commit details
    Browse the repository at this point in the history
  14. Remove "throws" clauses completely.

    Felix von Ferey committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    ddd4521 View commit details
    Browse the repository at this point in the history
  15. Update bootstrap.

    Felix von Ferey committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    861d7aa View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2015

  1. Configuration menu
    Copy the full SHA
    4be4729 View commit details
    Browse the repository at this point in the history