went over the various readmes

This commit is contained in:
Torsten Ruger
2015-10-07 11:32:48 +03:00
parent 88fc4c0e47
commit e669489419
7 changed files with 57 additions and 42 deletions

View File

@ -15,9 +15,20 @@ time comes to move to salama, less work.
ruby test/test_all.rb
''''
### Parfait
Well, test Parfait. Not perfect, but growing as bugs appear. Basics are ok though.
### Compiler
Different kinds of quite minimal tests that ensure we can go from parsed to code.
### Fragments
Much more elaborate tests of the compling functionality. All code constructs and their output
in terms of instructions are tested.
### vm
As this is all quite new, i tend to test only when i know that the functionality will stay that way.
Otherwise it's just too much effort to rewrite and rewrite the tests.
There used to be better tests, but rewrites bring fluctuation, so poke around and make suggestion :-)
Mostly tests about the Parfait compatibility layer and padding (for assmenbly).
Slightly bad name ... wip