Go to file
Christoph J. Scherr fc889b57d3 rust maybe base?
Even writing a lexer in rust seems weird and too hard.
The typical lexer scheme does not seem to exist in any
crate used by some qualified amount of people, instead
we have `nom`, which is a "parser combinator", meaning
we write a lot of functions instead of grammar that
a parser/scanner will be generated from.

This just confuses me a lot to be honest, I'd just want
lex and yacc in rust, coming from a university course
with ply and antlr4.
2023-12-19 01:17:44 +01:00
examples example 2023-12-19 01:14:15 +01:00
oopsc rust maybe base? 2023-12-19 01:17:44 +01:00
.gitignore rust maybe base? 2023-12-19 01:17:44 +01:00
Cargo.lock rust maybe base? 2023-12-19 01:17:44 +01:00
Cargo.toml rust maybe base? 2023-12-19 01:17:44 +01:00
LICENSE Initial commit 2023-10-10 14:35:56 +02:00
README.md example 2023-12-19 01:14:15 +01:00

README.md

OOPS

Object oriented pseudo syntax is another esoteric programming language.

oopsc

The oops compiler compiles oops source code to a native executable.