-
Hi,
I'm just trying ofront+ for the first time, using the current github version.
It works fine until it needs to expand the heap, and then segfaults. Programs using less than about 200K of heap w…
-
I've found minimal documentation how to do the export - but is there a programmer's documentation how to add a new programming language to the export?
It looks like the import feature is currently …
-
Add support for explicitly exporting symbols with an export keyword instead of implicitly exporting upper case symbols.
package package1
export (
symbol1
symbol2
…
-
I just cloned the https://github.com/vishaps/voc on my Mac (macOS 10.14.6, Mojave), and when I do `make full`, I get this:
```
Configuration: 2.1.0 [2019/11/03] for clang LP64 on darwin
Branch: mas…
-
**Context**:
When certain data types are known to only have a limited set of values, then it is only possible to test for these dynamically in the current Go version.
It should be possible for incom…
-
The Go2 proposal #32437 adds new syntax to the language to make the `if err != nil { return ... }` boilerplate less cumbersome.
There are various alternative proposals: #32804 and #32811 as the ori…
miekg updated
3 years ago
-
I followed the suggestion I got after the compiler was built, adding `export PATH="/Volumes/P3/Vishap_Oberon/voc/install/bin:$PATH"` to my `~/.bash_profile`, and opened a new Terminal window (on macOS…
-
Nice collection, just discovered now. In case you're interested, this code currently translates Oberon-07 to LuaJIT specific Lua source code: https://github.com/rochus-keller/Oberon/. Here is an artic…
-
Christian Kleinert reported:
Compiled the current source on macOS: Oxford Oberon-2 compiler driver version 3.1alpha [build unknown] Oxford Oberon-2 compiler version 3.1alpha [build unknown] Oxford …
-
http://oberon07.com
Oberon (a successor of Pascal and Modula-2 and a predecessor of Go) currently can't be tried online anywhere on the internet. I think TIO would be the best candidate to support …