remexre

Results 108 comments of remexre

Another: - [x] `--only-codegen` or `--dont-compile` -- generate Java sources without compiling them or building the JAR **EDIT**: Added as `--dont-translate`

On the topic of bad names (expect more of these, I'm defining an aspect on every non-forwarding prod in the Silver syntax tree), `nilModuleStmts` vs `consModulesStmts`... (consModule`s`Stmts)

Another inconsistency: - `nilFoo` - `nilFoos` - `foosNil` (resp `cons`, `one`, `append`)

`seperatedTerminalPrefix` is misspelled (at this point making notes for myself when I go back to fix all these)

https://simonsapin.github.io/wtf-8/#motivation for some background

Updated this to do the same for `searchEnvAll`; I'm less sure about this, but propagate is otherwise broken on these multiple-import-paths productions. For this one, I figure the `O(n lg...

There's still a weird behavior where non-location annotations seem to be getting duplicated, but I don't think it's critical for my use-case, so unless it's obvious to you where it...

Ended up finding a bunch of it in the initial docgen PR, seems like it'd save some time if something other than human review would find it, since it's trivially...

well, my editor has tabs = 8 spaces, and louis' had tabs = 4... and the editor introduces things like `\t\t foo.bar = baz;`, which is just ugly trailing newline...

Should this be closed now that partial decoration is merged? Or, should this be tied to some tracking issue or something like that?