Andor Penzes

Results 25 issues of Andor Penzes

Articles that can be useful in the future.

# Implementation of the Counting Immutable Beans (CIB) for the GRIN compiler. # Summary CIB uses instrumentation of the original program. There are four new instructions in the syntax that...

proposal

The GRIN frontends should not depend on the built-in evaluation of the primitive operations. Currently we are able to define the ffi and primitive operations, but their interpretation are still...

proposal

- [ ] Support String literal in parser - [ ] Handle different Int types - [ ] Better FFI ...

I experiment with idris2 custom code generation backend, and it seems that the order `-p` arguments are important for the compilation result. ``` euler% idris2 -p contrib -p network -p...

status: confirmed bug
language: packaging
implem: scope
implem: import
implem: compilation

# Steps to Reproduce ``` module Issues.BracketIsNotProperlyClosed five : Int five = 5 issue : String issue = "Bracket is not propertly closed \{show (five}" someOtherDef : String someOtherDef =...

good first issue
implem: parsing
error: reporting

If you are not logged in, you get 404 on pages that do not exist, and 303/login on pages that do. it should be the latter for both.

The actual user context in `HtmlT m ()` is defined in the `Lucid.I18N` module. It should contain more information; e.g capabilities of the user.