example
This commit is contained in:
parent
dbe6032b12
commit
1b61598a56
|
@ -1,2 +1,7 @@
|
||||||
# compilerbau
|
# OOPS
|
||||||
|
|
||||||
|
Object oriented pseudo syntax is another esoteric programming language.
|
||||||
|
|
||||||
|
## oopsc
|
||||||
|
|
||||||
|
The oops compiler compiles oops source code to a native executable.
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
/* minimal working example */
|
||||||
|
fn i16 main() {
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue