This changes introduces a simple system for loading elm files. That means I can load each one of the library files directly instead of throwing everything into one massive elm test case file.
Note @Necried I had to make some changes (mostly commenting things out) to get things to parse. Let me know if anything is weird.
With this change we can interpret the snowman example which we want for the Tuesday meeting. It becomes this thing:
This is pretty gigantic so @Khan-Saad don't hesitate to comment out parts of the example when you are first getting things working. In particular you might want to comment out the shape which moves depending on the sin of time since that's a bit tricky to work with compared to everything else.
Note: The snowman test is testThreeDee in EIEvaluatorTests.swift
This changes introduces a simple system for loading elm files. That means I can load each one of the library files directly instead of throwing everything into one massive elm test case file.
Note @Necried I had to make some changes (mostly commenting things out) to get things to parse. Let me know if anything is weird.
With this change we can interpret the snowman example which we want for the Tuesday meeting. It becomes this thing:
This is pretty gigantic so @Khan-Saad don't hesitate to comment out parts of the example when you are first getting things working. In particular you might want to comment out the shape which moves depending on the sin of time since that's a bit tricky to work with compared to everything else.
Note: The snowman test is
testThreeDee
inEIEvaluatorTests.swift