Skip to content

Mespyr/Ochre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.