Skip to content

RealClearwave/SimpleScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleScript

A Simple Script

Please set compile flag '-std=c++11'.

Status

Developing. There are following TODO items:

  • Grammar Identifier
    • Line Transform
    • recursion
    • Variable Identifier
  • Stylizer (Partial)
  • Executer
  • Variable (Partial)
    • basic(Integer)
    • array support
    • other(String,Double,Float...)
    • Structure
  • FileSystem
    • SingleFile
    • includes

Execute

root@fenlaptop# SimpleScript[.exe] filename

Grammar

please see Wiki.