-
Notifications
You must be signed in to change notification settings - Fork 1
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
Spring Cleanup #2
Merged
Merged
Conversation
This file contains 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
Member
nmeum
commented
Apr 11, 2024
•
edited
Loading
edited
- More smart constructors to make the EDSL less verbose (most of these are generated using template-haskell)
- Hide more Haskell modules, in the hopes of making it easier to document the API using Haddock in the future
- Get rid of some (now unused) dependencies
nmeum
force-pushed
the
expression-template-haskell
branch
from
April 11, 2024 15:18
560d8db
to
54506e4
Compare
Most importantly, don't export the loader and generator modules.
Allows us to not export the LibRISCV.Utils module.
nmeum
force-pushed
the
expression-template-haskell
branch
from
April 15, 2024 13:13
a4e4038
to
2009d51
Compare
nmeum
changed the title
Expresison Language: Generate more smart constructors using template-haskell
Spring Cleanup
Apr 15, 2024
nmeum
force-pushed
the
expression-template-haskell
branch
from
April 15, 2024 14:12
a6a17d5
to
409af05
Compare
Currently, it is not possible to define custom semantics outside of the LibRISCV code (this may change in the future!) and for building interpreters, the semantics modules do not need to be accessible as these interpreters are defined in terms of the provided language primitives.
nmeum
force-pushed
the
expression-template-haskell
branch
from
April 16, 2024 13:53
752cb72
to
bdc57df
Compare
nmeum
force-pushed
the
expression-template-haskell
branch
from
April 17, 2024 11:31
213532d
to
8adff3a
Compare
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.