zxbasic
zxbasic copied to clipboard
Interested in testing
And maybe in the future do some basic game :D But, I wonder, is there out there a repo of ZX basic ? That is, magazine games, book games, etc I am interested in software testing, fuzzy testing, etc. A compiler is a nice example, so. If someone has some pointers, I could try some testing. Other idea is testing it against repo of random generated basic programs, and seeing what it does 🗡️ Saludos, y genial tu charla en el canal de Javi!
Hi
This is the zxbasic repo (the compiler itself) and have some test already (total 1914 tests and counting).
To run tests you can run tox in this repository (do poetry install first).
See the directory tests/ for test implemented. This will give you some hints.