Interesting way of implementing this. I've been doing a similar natural language programming language.
It's structured a bit differently, what I found out is that programmers need fine grain control over the code, so I implemented it as steps, where programmer defined each step of execution. Your version is maybe more high level and for non programmers
It's structured a bit differently, what I found out is that programmers need fine grain control over the code, so I implemented it as steps, where programmer defined each step of execution. Your version is maybe more high level and for non programmers
My language is called Plang (from pseudo language) can be found at https://github.com/plangHQ