partial start of implementation for interpreter

This commit is contained in:
2020-09-06 12:57:28 +02:00
parent 431367cb40
commit 00d0eac893
2 changed files with 82 additions and 0 deletions

9
interpreter.cpp Normal file
View File

@ -0,0 +1,9 @@
//
// interpreter.cpp
// curly
//
// Created by Bob Polis at 2020-09-05
// Copyright (c) 2020 SwiftCoder. All rights reserved.
//
#include "interpreter.hpp"