| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
One more place we were missing expanding type abbreviations: inside
container definitions.
|
| |
|
|
|
|
|
| |
Stop inlining functions because that will complicate separate
compilation. It also simplifies the code without impacting performance.
|
|
|
|
|
|
|
|
| |
Always show instruction before any transforms in error messages.
This is likely going to make some errors unclear because they *need* to
show the original instruction. But if we don't have tests for those
situations did they ever really work?
|
|
|
|
| |
Add number-of-instructions recipe to Mu
|
|
Layers 0-29 are now a complete rudimentary platform except for pointers
and indirection.
|