coolya / basic-lang

A basic step by step example we use to build our own language live on stream at https://twitch.tv/dumdidum
MIT License
3 stars 2 forks source link

Interpreter for our language #3

Open coolya opened 5 years ago

coolya commented 5 years ago

Add an interpreter for our language using the interpret from the mbeddr platform. Which allows test execution directly inside the IDE. We should also cover how to then execute these tests as part of the CI build and normal testing.