An open API service indexing awesome lists of open source software.

https://github.com/danvictorgithub/baksan-interpreter

Python like programming language
https://github.com/danvictorgithub/baksan-interpreter

Last synced: about 1 year ago
JSON representation

Python like programming language

Awesome Lists containing this project

README

          

# Baksan-interpeter

A python like programming language

Installation
npm install baksan -g
or npx baksan "file"

how to run:
baksan "file" (if installed globally)

Syntax

imprenta 'string'

"num1" "operation" "num2"...

## Corresponding NFA
![image](https://github.com/Danvictorgithub/Baksan-interpreter/assets/88654163/9f49a449-b40a-42ec-a8e6-8248a5d7a075)