mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 22:12:24 +00:00
Can github access my SVG?
This commit is contained in:
parent
3a17e1a656
commit
f9ced032af
1 changed files with 23 additions and 11 deletions
34
ReadMe.md
34
ReadMe.md
|
|
@ -1,11 +1,5 @@
|
|||
### 𝓥ishap Ѵishap Ꮙishap Oberon
|
||||
|
||||
Oberon is a programming language, an operating system and a graphical
|
||||
user interface. Originally designed and implemented by by Niklaus Wirth and
|
||||
Jürg Gutknecht at ETH Zürich in the late 1980s, it demonstrates that the
|
||||
fundamentals of a modern OS and GUI can be implemented in clean and simple code
|
||||
orders of magnitude smaller than found in contemporary systems.
|
||||
|
||||
[𝓥ishap ⱱishap Ꮙishap Oberon](http://oberon.vishap.am) is a free and open source (GPLv3)
|
||||
implementation of the Oberon-2 language compiler and libraries for use on
|
||||
current operating systems such as Linux, BSD, Android, Mac and Windows.
|
||||
|
|
@ -15,24 +9,42 @@ Oberon programs under Unix or Windows. Vishap Oberon includes
|
|||
libraries from the Ulm, oo2c and Ofront Oberon compilers, as well as
|
||||
default libraries complying with the Oakwood Guidelines for Oberon-2 compilers.
|
||||
|
||||
The Oberon language is an evolution of the Pascal and Modula languages, following the
|
||||
principals of Einstein and Antoine de Saint-Exupéry:
|
||||
##### Oberon - System and Programming Language
|
||||
|
||||
> Make it as simple as possible, but not simpler. (A. Einstein)
|
||||
Oberon is a programming language, an operating system and a graphical
|
||||
user interface. Originally designed and implemented by by Niklaus Wirth and
|
||||
Jürg Gutknecht at ETH Zürich in the late 1980s, it demonstrates that the
|
||||
fundamentals of a modern OS and GUI can be implemented in clean and simple code
|
||||
orders of magnitude smaller than found in contemporary systems.
|
||||
|
||||
The Oberon programming language is an evolution of the Pascal and Modula
|
||||
languages, following the principals of Einstein and Antoine de Saint-Exupéry:
|
||||
|
||||
> Make it as simple as possible, but not simpler. (Albert Einstein)
|
||||
|
||||
> Perfection is finally attained not when there is no longer anything to add, but
|
||||
> when there is no longer anything to take away. (Antoine de Saint-Exupéry,
|
||||
> Terre des Hommes, 1939, translated by Lewis Galantière.)
|
||||
> translated by Lewis Galantière.)
|
||||
|
||||
##### Build status
|
||||
|
||||

|
||||
|
||||
#### Installation
|
||||
|
||||
##### Prerequisites
|
||||
|
||||
##### Build and install
|
||||
|
||||
1. `git clone https://github.com/vishaps/voc`
|
||||
2. `cd voc`
|
||||
3. `[sudo] make full`
|
||||
|
||||
Since 'make full' will install the compiler and libraries, it needs root (unix) or administrator (windows) privileges.
|
||||
|
||||
Then set your path to the installed compiler binary location as reported
|
||||
##### PATH environment variable
|
||||
|
||||
Set your path to the installed compiler binary location as reported
|
||||
by make full, e.g.
|
||||
|
||||
| System | Set path |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue