Kamilla
Kamilla
Hey I'm currently trying to compile the example code om my Linux (Manjaro) I have altered the 'end' in the .fsy file since this coursed a rejection at compile time...
In the code generated by the parser generator we see a function "tagOfToken" this can be deleted and replaced with GetHash(), which as far as I can see for all...
Hey I'm changing a backend for a programming language theory course to target wasm/js I'm currently writing the encoding part, and I noticed that for the conversion instruction specific they...
### Description In the process of optimizing some of my code, I noticed the problem where ``` [] type Tag = | Case0 : | CaseN ``` Coursed the compiler...