tom-from-goss
Results
2
issues of
tom-from-goss
The following changes to translate.R fix some issues I've been having with inline latex in confluence: ``` # Include this after line 64: # Mark $ and $$ in plain...
The following code produces a syntax error ``` module hello; import stdlib local; import stdio as io; func f32 add(f32 a, f32 b) { return a + b; } public...