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

sandbox needs JDK dependency #1

Open coolya opened 5 years ago

coolya commented 5 years ago

To get the compiler working we had to add a dependency to the JDK directly to the sandbox solution. We need to investigate how we can get rid of this.