Feral icon indicating copy to clipboard operation
Feral copied to clipboard

Feral programming language reference implementation

Results 2 Feral issues
Sort by recently updated
recently updated
newest added

The following things are yet to be implemented in the Feral Book. - [ ] Implement more chapters - [x] 7 - Loops - [x] 8 - "Member" Functions -...

documentation
help wanted

After playing a bit with `enum`s I can see two possible improvements: 1. The `str()` function on an enumerator returns its numerical value instead of its name, which would be...