Merged
Conversation
Remaining issue: trait lazy vals
TODO: fix languages and domains
…la 2 to 3 updates.
- Java Code Generator fixed - Inbetween mostly fixed, todo: * Change TreeFactory to composition over inheritance - newScala todo: * update with new inbetween TeeOps api * make sure enable is called on trees * move TreeOps to builder * strange Reefied construct for tests needs fix
…pression-problem into inbetween_cleanup
…new stuff. I renamed a package 'paradim' in build to 'paradigm' and I hope it will be pushed
Good place to start
TODO: - Create extension point for hiding tree library from prefix - Inbetween tree lib currently wants Generator[CompilationUnit, Unit] we have Seq[FileWithPath] for scala with pre-existing files. Meta question: should we generate a inbetween tree library instead of force including it per language from disk?
This required me to add 'fibonacci' as dependency to builder. I run into a type error on Int. Likely copy() doesn't bring over those types somewhere, as you point out.
…-problem into inbetween_cleanup
…-problem into inbetween_cleanup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refactor to have standalone published version of cogen