Carlyle-Foster

Results 7 issues of Carlyle-Foster

it's not clear whether we intentionally support cryptographicly secure generation of sentences, i think we do incidentally support it just by using `rand` though, this came up in part because...

Having `Grammar` be a simple list of productions is elegant enough, but it doesn't really model the structure of a BNF grammar properly since there's nothing in it's structure explicitly...

i want to implement support for parsing the kind's of ABNF's used in RFC's like [RFC 822: Standard for ARPA Internet Text Messages](https://datatracker.ietf.org/doc/html/rfc822#appendix-D) and [RFC 9112: HTTP/1.1](https://www.rfc-editor.org/rfc/rfc9112.html#name-collected-abnf). [RFC 5234: ABNF](https://www.rfc-editor.org/rfc/inline-errata/rfc5234.html)...

```odin package test_case_1 import "core:fmt" main :: proc(){ fmt.printfln("{}", true ? any(52) : any("blah")) } ``` result from `odin build test_case_1`: ```bash src/llvm_backend_const.cpp(769): Assertion Failure: `is_type_string(original_type)` Illegal instruction (core dumped)...

stale

self-explanatory from the diff

for cuik built with `luajit build.lua -driver -x64` on linux mint 22 (i had to disable the cuikgo stuff and copy the changes from #52 as well) ```c // foo.c...

the job for ubuntu latest is reported as successful even though it fails to actually compile the project? i admittedly don't know much about github actions but that seems wrong,...