Skip to content

maxwellVisual/Basm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basm

介绍

一个以语法灵活为目标的通用编程语言项目,目前正在积极开发中

安装教程

  • 下载编译依赖flex,g++,make
  • 运行编译:
make -j$(nproc)

使用说明

测试用例:

./main [OPTIONS] <文件名>
  • --lex,-l:只运行词法分析器
  • --parse,-p:运行词法分析器和语法分析器
  • --both,-b:运行全部

About

An object-oriented low-level programming language with extremely flexible syntax.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published