Skip to content

CLimber-Rong/CoolPot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoolPot

A Stamon program language compiler implements.

Stamon编程语言的静态编译器实现

Project struct

简体中文

字节码规范

指令集规范

How to use

  • In your console
    • coolpot -h
    • coolpot -?
    • coolpot --help

Runtime

Warn: We can't guarantee that the built-in runtime will achieve the same features and execution efficiency as StamonVM, the runtime only tests the compiler for bugs, and we strongly recommend that you use the native StamonVM to execute your bytecode.

警告: 我们无法保证内置的运行时可以达到与StamonVM相同的特性与执行效率, 该运行时仅测试编译器是否存在BUG, 我们强烈建议您使用原生StamonVM来执行您的字节码.

CommandLine

-?, -h, --help

  • Print helper message.
  • 打印命令行帮助信息

-v, --version

  • Print compiler version.
  • 打印编译器版本

-o, --out

  • Set output file name.
  • 设置输出文件名
    Args: filename | file name

--ns, --nosfn

  • Disable sfn command.
  • 禁用用户脚本SFN指令使用权限

-r, --runtime

  • Enable script runtime.
  • 启动内置脚本运行时

-d, --debug

  • Enable compiler debug model.
  • 启用编译器DEBUG模式

About

a stamon program language compiler implements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors