Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 641 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 641 Bytes

Keisangengo

Languages developed to do calculations 仕様はわかるけど正規表現が何とも...

How to use

transformCode(code,vars,name,inpd)
code -Conversion source code(1+1)
vars -Variable map for MOD system({kuro,sx....})
name -Name of function to be output(add)
inpd? -Array for inp()([1,3,1])
inpOutputList()
code -source code(inp(What number?>))

specification

basic arithmetic operations
+,-,*,/
variable
a=100
No need to define variables
import
imp(MOD Name)
import the MOD
input
inp(question>)
Accepts external input