1 Star 0 Fork 154

klooer/sig_arkcompiler_ets_frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0

Es2panda

All in one JavaScript/TypeScript parser and compiler.

Usage

es2panda [OPTIONS] [input file] -- [arguments]

Optional arguments

  • --debug-info: Compile with debug info
  • --dump-assembly: Dump pandasm
  • --dump-ast: Dump the parsed AST
  • --dump-debug-info: Dump debug info
  • --dump-size-stat: Dump binary size statistics
  • --extension: Parse the input as the given extension (options: js | ts | as)
  • --module: Parse the input as module
  • --opt-level: Compiler optimization level (options: 0 | 1 | 2)
  • --output: Compiler binary output (.abc)
  • --parse-only: Parse the input only
  • --strict: Parse the input in strict mode

Tail arguments

  • input: input file

Running the tests

pip install tqdm
python3 test/runner.py [OPTIONS] [build_directory]

Optional arguments

  • --regression: Run regression tests
  • --test262: Run test262
  • --no-progress: Don't show progress bar

Tail arguments

  • build_directory: Path to panda build directory

Skip list

Skip list for the runtime: test/test262skiplist.txt, test/test262skiplist-long.txt.

空文件

简介

暂无描述 展开 收起
README
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/klooer/sig_arkcompiler_ets_frontend.git
git@gitee.com:klooer/sig_arkcompiler_ets_frontend.git
klooer
sig_arkcompiler_ets_frontend
sig_arkcompiler_ets_frontend
master

搜索帮助