From 818820ef652c5678a1912bd3ccb2dc75fc60ac8d Mon Sep 17 00:00:00 2001 From: Brychan Dempsey Date: Mon, 15 Mar 2021 15:07:09 +1300 Subject: [PATCH] Update 'readme.md' --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 77d4c12..7e4b153 100644 --- a/readme.md +++ b/readme.md @@ -1,2 +1,5 @@ [![Build status](https://ci.software.kauripeak.co.nz/api/projects/status/94w64yxh9471lu4o?svg=true)](https://ci.software.kauripeak.co.nz/project/AppVeyor/159-341-assignment-1) -# 159.341 Assignment 1 +# 159.341 Assignment 1 - String Interpreter + +A basic JIT interpreter for a simple, custom programming language. +There exists only one implicit type definition - strings.