1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-06-02 18:41:35 +00:00

Merge branch 'develop-0.18' into 16-bit-compare

This commit is contained in:
Chris Pressey 2018-11-23 22:17:05 +00:00
commit 0bc79d20d6
2 changed files with 7 additions and 1 deletions

View File

@ -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
----

View File

@ -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