Torsten eed9ba082f Fix div10 and test
fix and use load_data (similar to load_constant)
and integrate into load_object when appropriate (ie for integers)
2020-03-22 14:31:43 +02:00
..
2020-03-22 14:31:43 +02:00
2019-10-03 20:55:41 +03:00
2020-03-22 14:31:43 +02:00
2020-03-22 14:31:43 +02:00
2020-03-22 14:31:43 +02:00
2020-03-22 14:31:43 +02:00
2020-03-22 14:31:43 +02:00
2020-03-22 14:31:43 +02:00
2020-03-22 14:31:43 +02:00
2020-03-22 14:31:43 +02:00
2020-03-22 14:31:43 +02:00
2020-03-22 14:31:43 +02:00
2020-03-22 14:31:43 +02:00

Builtin Testing

At the Module level (word/object/integer) mostly testing that

  • functions exist
  • they compile
  • basic length tests (no "contents")

Minimal tests for risc compilation, and again length only (should be array too)

Functionality is tested by interpreter over in interpreter dir