fila lang:Filament编程语言 源码
这是实现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
下载地址
用户评论