From 24a8acfd724db7469e87bc190ba6f9df5cd756f8 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Sat, 6 Jun 2020 11:00:23 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 979239f..5040fd3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # DialogueManagementScript A scripting language for managing dialogue for an upcoming project I am working on -The final version of the interperter will most likely be built in c++ and compiled as a dll. The syntax of the DMS will be very similar to the parseManager syntax I am working on. This will eventually replace the parseManager code. \ No newline at end of file +The final version of the interperter will most likely be built in c++ and compiled as a dll. The syntax of the DMS will be very similar to the parseManager syntax I am working on. This will eventually replace the parseManager code. There are a few differences that will make old code incompatable with the new interpreter, but converting old code should be fairly simple to do. Not too much has changed. +