bmatsuo-at-luthersystems
bmatsuo-at-luthersystems
The `elps` executable should contain a `fmt` command which basically has a subset of the `go fmt` options. The parser should be adapted so that it can keep comments and...
The `elps` command should implement a linter that can be used directly or used as a reference for implementing linters specific to the application domain elps is being embedded into....
There are two aspects to file io in elps. It should be possible to read IO from files in the runtime SourceLibrary (writing to the source library does not need...
Stack traces after macro expansion (perhaps traces which occur while evaluating expanded code) can look very misleading. We need some concreate, small test cases.