From f860db055c3e6db1a52b0193aa51c71d030464e1 Mon Sep 17 00:00:00 2001 From: Chris Pressey Date: Fri, 23 Nov 2018 22:16:21 +0000 Subject: [PATCH] Note what's on this development branch so far. --- HISTORY.md | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 63e1128..1376472 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,12 @@ History of SixtyPical ===================== +0.18 +---- + +* Fixed pathological memory use in the lexical scanner - should + be much less inefficient now when parsing large source files. + 0.17 ---- diff --git a/README.md b/README.md index 48c4471..fc947c1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ SixtyPical ========== -_Version 0.17. Work-in-progress, everything is subject to change._ +_Version 0.18. Work-in-progress, everything is subject to change._ **SixtyPical** is a low-level programming language with advanced static analysis. Many of its primitive instructions resemble