Skip to content

Add Scala backend #500

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

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

Add Scala backend #500

wants to merge 43 commits into from

Conversation

juanpaps03
Copy link

This is adding the Backend for Scala, using Scala Parser Combinator, Creates the Lexer and Parser.

Scala Parser Combinator do not support recursion for parsers, so a workaround has to be done:
http://leanovate.github.io/bedcon/talk/scala_calculator_example.html

juanpaps03 and others added 30 commits September 30, 2024 21:30
This add a bunch of warnings and a commented Code, must be removed in the near feature, this functions are useful for the study of BNFC
Code refactoring to replace document fragmentation with a more functional approach for cleaner code and better formatting.
Code refactoring to replace document fragmentation with a more functional approach for cleaner code and better formatting.
Code refactoring to replace document fragmentation for cleaner code and better formatting.
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.

2 participants