first stab at moms if

This commit is contained in:
Torsten Ruger
2017-08-30 17:21:13 +03:00
parent ffd7a32ae3
commit b6fa8261e6
7 changed files with 96 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Virtual
# Object Oriented
# Langiage
# Language
#
# VOOL is the abstraction of ruby, ruby minus some of the fluff
# fluff is generally what makes ruby nice to use, like 3 ways to achieve the same thing
@ -12,6 +12,7 @@
#
# This allows us to write compilers or passes of the compiler(s) as functions on the
# classes.
#
module Vool
# Base class for all statements in the tree. Derived classes correspond to known language