Rogue
Rogue copied to clipboard
Rogue programming language. Ergonomic, object-oriented, high-level, multi-platform, compiles to C.
When compiling, I noticed that we have to install the visual build tools, so use cl.exe to compile our code into an executable. Is there another way? Can we use...
A long while ago, I think I either suggested or changed the code for routines so that they're methods on Global. A downside here is that from a C perspective,...
If you compile with pthreads enabled and then use the generated header in another file (e.g., to interface with some hand-written C++), you get a link error because of multiple...
If a compound `XYZ` has this property definition: PROPERTIES z = 1 : Int32 Then `z` will be initialized to 1 in these lines: PROPERTIES point = XYZ() ... local...