You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sertel Wants a simple command in ohuac to parse an alang file and spit out the internal representation in Haskell that is suitable to be pasted into a test file. This should allow us to write code for tests easier
Perhaps we could make this even more general. For analyzing how our higher order functions are handled I would like to inspect the code at various stages in the compiler. Perhaps we could instead add a general mechanism for dumping various types of internal representation for certain stages in the compiler.
The text was updated successfully, but these errors were encountered:
JustusAdam
changed the title
Bare bones parser -> Internal ALang representation
Dumping mechanism for code during intermediate stages in the compiler
Oct 10, 2018
@sertel Wants a simple command in ohuac to parse an alang file and spit out the internal representation in Haskell that is suitable to be pasted into a test file. This should allow us to write code for tests easier
Perhaps we could make this even more general. For analyzing how our higher order functions are handled I would like to inspect the code at various stages in the compiler. Perhaps we could instead add a general mechanism for dumping various types of internal representation for certain stages in the compiler.
The text was updated successfully, but these errors were encountered: