Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 584 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 584 Bytes

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.