Building your own programming language: Flow and Tokenizer
February 5, 2016
When dealing with the flow, compilers and interpreters are different. In the case of an interpreted language, operations are performed until the declarations (assignments, control structures, data output, etc.) are finished or some type of error is generated.