1. 首页
  2. 数据库
  3. 其它
  4. fila lang:Filament编程语言 源码

fila lang:Filament编程语言 源码

上传者: 2021-02-19 03:02:23上传 ZIP文件 74.33KB 热度 16次
这是实现Filament语言的解析器和运行时库。 与安装 npm install --save filament-lang 评估代码: //read the source grammar first let grammar_source = ( await fs . readFile ( 'node_modules/filament-lang/src/filament.ohm' ) ) . toString ( ) ; await setup_parser ( grammar_source ) let ret = await eval_code ( '42ft' ) co
下载地址
用户评论