Skip to content
Vsevolod Kvachev edited this page Jun 13, 2015 · 1 revision

Welcome to the c-of-x wiki!

Quick, main things are:

class REPL represents realtime eval-print loop: it parses input with class Parser and returns Expression, which is base class for almost everything in this language.

Another important thing is class Application - this is where functions gets applied to argument.

Clone this wiki locally