Fix renames sol and slot_machine

This commit is contained in:
2019-10-04 01:22:34 +03:00
parent a34550a61f
commit d5e04bccaf
7 changed files with 34 additions and 36 deletions

View File

@ -17,7 +17,7 @@ typed an untyped was unclear or i didn't get it to work. The current system
works by typing self, but not it's instances. A difficult mix to express in a
language.
%br
This led me to abandon soml and rewrite the functionality as vool and mom layers.
This led me to abandon soml and rewrite the functionality as sol and SlotMachine layers.
But Soml was working, the parser is still about and there are some interesting
=link_to "benchmarks" , "soml_benchmarks.html"
that came from it and really validated the calling convention.