Skip to content

taisan11/keisangengo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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