Mespyr / Ochre

The Ochre Programming Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ochre

Ochre is a stack-based programming language which compiles down to C. With a combination of both high-level and low-level features, it aims to have the simplicity of a Forth-like language while still possessing the modern features that allow an ease of development.

  • Look at test/README.md for an example of how the output C code will look like.
  • Look at syntax/ for an example of Ochre's syntax as well as ideas for language.

About

The Ochre Programming Language

License:MIT License


Languages

Language:C++ 62.2%Language:C 26.3%Language:Makefile 6.9%Language:Emacs Lisp 4.6%