dlox:Lox语言的AST解释器jlox的Dart端口(http

时间:2021-04-27 13:48:24
【文件属性】:
文件名称:dlox:Lox语言的AST解释器jlox的Dart端口(http
文件大小:19KB
文件格式:ZIP
更新时间:2021-04-27 13:48:24
dart language interpreter ast lox 德罗克斯 Lox语言的AST解释器( Dart端口。 有关字节码VM的C ++端口,另请参见 。 支持的语言扩展: 阻止注释( /* ... */ ) 三元运算符( x ? y : z ) 字符串的比较运算符( "a" < "at" ) 强制字符串串联运算符( 10 + "ms" ) 全局重新定义时出错( var x = 1; var x = 2; ) 中断语句( break; ) 重新定义方法时出错( class C { f() {} f() {} } ) 类初始值设定项访问错误( instance.init )
【文件预览】:
dlox-master
----pubspec.yaml(289B)
----lib()
--------src()
----pubspec.lock(1KB)
----LICENSE(1KB)
----README.md(596B)
----analysis_options.yaml(4KB)
----tool()
--------generate_ast.dart(2KB)
----.gitignore(52B)
----bin()
--------main.dart(2KB)

网友评论