From e31fcecd8489a6e5de1588c5638f3a4e5a9c57b7 Mon Sep 17 00:00:00 2001 From: arookas Date: Mon, 22 Feb 2016 17:39:16 -0500 Subject: [PATCH] Changed wording. Since there are custom binary formatters, compiling to the SPCB format is no longer required. --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index ce1c869..16a1cd4 100644 --- a/readme.md +++ b/readme.md @@ -2,8 +2,9 @@ ## Summary -_ssc_ is a basic, work-in-progress compiler for SunScript. It supports all of the byte-code functionality of Super Mario Sunshine's SPC interpreter. -The compiler compiles to the SPC binary format (.sb files) used by Super Mario Sunshine. +_ssc_ is a work-in-progress compiler for SunScript. +It supports all of the byte-code functionality of Super Mario Sunshine's SPC interpreter. +The compiler can compile to the SPC binary format (.sb files) used by Super Mario Sunshine, allowing for completely new and custom scripts. This program utilizes the [Grammatica](http://grammatica.percederberg.net/) library to generate an LL(k) parser using a grammar syntax file.