-
I think Oberon is very interesting, I understand it to be a very clean and simple boolean token, minimalist.
I can imagine a lot of use cases right away though where just a bit more policy is neede…
-
After a bunch of requests the API dies giving this error. The only corrective action currently is restarting the server.
```
127.0.0.1 - - [09/Feb/2016 20:55:27] "GET /instructors/Anany%20Levitin HTT…
dsiah updated
8 years ago
-
Are there any standard test suites for Oberon-07? Contributions are greatly appreciated.
-
Create a compiler that translate our Oberon-lang to LLVM or FlyBytes
-
The `Mod` files in this repo do not even compile. A diff for the things to make it compile (I did not dare to test it afterwards):
```diff
--- 1/KeySafeFrames.Mod
+++ 2/KeySafeFrames.Mod
@@ -75,…
-
```
MODULE Postfix;
IMPORT Texts, Oberon;
VAR ch: CHAR;
W: Texts.Writer; R: Texts.Reader;
PROCEDURE expression;
VAR addop: CHAR;
PROCEDURE term;
VAR mulop: CHAR;
PROCEDURE …
-
Last login: Thu Nov 21 14:41:58 on ttys001
Oberon-III:~ tfield$ mkdir tmp
Oberon-III:~ tfield$ cd tmp
Oberon-III:tmp tfield$ git clone https://github.com/dolfdijkstra/gst-foundation
Cloning into 'gst-…
-
I am trying to set up an example project as described in the documentation by running
```
lein new caribou oberon
```
and then
```
lein caribou migrate resources/config/development.clj
```
This …
Kungi updated
10 years ago
-
-
Hi there,
Firstly, thanks for putting all these separate projects together in one place. I'm starting to explore Project Oberon and was essentially having to do this myself until I found your proje…