PIBAS Interpreter (Javascript)
January 28, 2013
algorithms, implementation, interpreter / compiler, javascript, programming languages, python, software design, timus, tools / utilities
No Comments
PIBAS is simple, it only has 2 possible operations: string assignment (e.g. A=’abc’) and printing (e.g. ?A). It supports only one function which is similar to the substr in Javascript …