Skip to content

usefulmove/coren

Repository files navigation

Coren One ( interpreter )

A streamlined, stack-based interpreter developed in React. The interpreter brings to life a high-level, reverse-Polish language, reminiscent of Forth, and draws inspiration from the command interface of the pioneering HP scientific calculators from the 1970s. The postfix language is composed of element lists, with each element representing either a value to be pushed onto the stack or an operation to be performed. For instance, '3 4 +' adds the values 3 and 4, while '3 dup x' calculates the square of 3.


License

The comp interpreter is available under the MIT License. The MIT License is a permissive free software license with very limited restrictions on reuse. The full license text can be found in the LICENSE.md file.

About

a stack-based interpreter GUI

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors