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

Show Java translation, multi-line expressions, bug fixes #5

Merged
merged 4 commits into from
Dec 30, 2013

Conversation

mmhelloworld
Copy link
Member

  1. Change source in the generated Java file to have a file name instead of the actual Frege source.
  2. When a module is submitted on online REPL, do not just append imports (to block stdout, stderr) to the source which can
    cause issues when the module is closed already with braces instead after parsing, add import
    definitions to the parsed declarations.
  3. Support multi-line expressions
  4. Upgrade Frege version to 3.21.297 g6b54457
  5. A Java proxy to easily implement interfaces in Frege

1. Change source in the generated Java file to have a file name instead of the actual Frege source.
2. When a module is submitted on online REPL, do not just append imports (to block stdout, stderr) to the source which can
cause issues when the module is closed already with braces instead after parsing, add import
definitions to the parsed declarations.
mmhelloworld added a commit that referenced this pull request Dec 30, 2013
Show Java translation, multi-line expressions, bug fixes
@mmhelloworld mmhelloworld merged commit 1e69aef into master Dec 30, 2013
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant