Commit graph

43 commits

Author SHA1 Message Date
Boshen
22da771cab
chore: update README 2023-02-12 21:42:08 +08:00
Boshen
85955d7147
refactor(parser): clean up some lexer code 2023-02-12 21:34:19 +08:00
Boshen
204ea12d6a
fix(coverage): fix empty being reported as not parsed 2023-02-12 21:24:19 +08:00
Boshen
9de386ecf7
ci: update 2023-02-12 20:27:23 +08:00
Boshen
01ff8eed08
ci: remove unused github_token from benchmark 2023-02-12 20:21:24 +08:00
Boshen
738f52cd0b
ci: fix benchmark.yaml 2023-02-12 20:04:55 +08:00
Boshen
e2d088f754
chore: update README on milestone 2023-02-12 16:38:13 +08:00
Boshen
65cfa48fe5
chore(coverage): add typescript to cargo coverage command 2023-02-12 16:27:26 +08:00
Boshen
d8fd23524a
feat(oxc_parser): allow filename as option in examples/simple.rs 2023-02-12 15:57:40 +08:00
Boshen
6758b0c66c feat(coverage): add typescript conformance (currently 4287/4861 88.19%)
Some of the files are not being parsed because we are currently less
recoverable than TypeScript.
2023-02-11 23:46:28 -08:00
Boshen
a4e04d4f6f feat(coverage): add babel conformance (currently 2043/2057 99.32%) 2023-02-11 22:36:32 -08:00
Boshen
792a0b065a
ci: only run benchmark on 'crates/**' change 2023-02-12 14:32:40 +08:00
Boshen
3daf5bcea9
chore(example): add an example for testing purposes 2023-02-12 11:11:35 +08:00
Boshen
93993978de chore: commit Cargo.lock 2023-02-11 18:45:50 -08:00
Boshen
f50c067ccf fix(benchmark): fix panic on initialization 2023-02-11 18:45:50 -08:00
Boshen
fb8faedb3e perf: add jemallocator 2023-02-11 18:45:50 -08:00
Boshen
6a8d9da75d
ci: add write permission to benchmark 2023-02-12 10:36:48 +08:00
Boshen
ad36a0ebb2
ci: remove useless CARGO_UNSTABLE_SPARSE_REGISTRY env variable 2023-02-12 10:04:47 +08:00
Boshen
35db916db7
ci: move --locked from cargo check 2023-02-12 10:00:58 +08:00
Boshen
1410155a0c
ci: fix invalid benchmark.yaml 2023-02-12 09:53:49 +08:00
Boshen
42932334b2
ci: add pr benchmark workflow 2023-02-12 09:35:27 +08:00
Boshen
f90d660ec5 feat(tasks): add parser benchmark 2023-02-11 08:46:32 -08:00
Boshen
a339ba3f92 feat(coverage): print parsing conformance for test262 (currently 100%) 2023-02-11 08:02:42 -08:00
Boshen
97d0ec64c1
chore(README): add link to discussions 2023-02-11 23:02:09 +08:00
Boshen
b6912513ba chore: Add call for action in README 2023-02-11 22:28:56 +08:00
Boshen
1fdc635638 feat(parser): add parser 2023-02-11 05:26:49 -08:00
Boshen
e964179490 ci: use cargo command instead of dtolnay/rust-toolchain 2023-02-11 21:17:56 +08:00
Boshen
62a4f2b551 feat(ast): add ast 2023-02-11 04:27:34 -08:00
Boshen
4ae70b9592 feat(parser): add lexer 2023-02-11 02:29:54 -08:00
Boshen
664c37631e feat(allocator): add allocator 2023-02-11 01:05:07 -08:00
Boshen
f4819d976b feat(tasks): add initial test262 setup 2023-02-11 00:43:09 -08:00
Boshen
6df31b0c2c ci: run on pull_request 2023-02-11 16:34:53 +08:00
Boshen
91d63b65ea fix(README): blazingly fast 2023-02-11 15:44:35 +08:00
Boshen
9c91398015 ci: use dtolnay/rust-toolchain 2023-02-11 14:31:59 +08:00
Boshen
c2c78c3a33 ci: add write permissions for publishing docs 2023-02-11 14:23:57 +08:00
Boshen
a3bfa2222e ci: update deploy gh action name 2023-02-11 14:10:58 +08:00
Boshen
80a73391ae
chore: add License to README.md 2023-02-11 14:05:13 +08:00
Boshen
d25cdc8cc2 ci: add github workflow for main branch 2023-02-11 13:56:47 +08:00
Boshen
40d845ff99 chore: add .cargo/config.toml 2023-02-11 13:20:17 +08:00
Boshen
1ec40fb1a0 chore: add rustfmt.toml 2023-02-11 13:11:17 +08:00
Boshen
d026e33343 chore: add rust-toolchain.toml and Cargo.toml 2023-02-11 13:03:40 +08:00
Boshen
bdf817cb49
Create README.md 2023-02-11 12:35:29 +08:00
Boshen
e987f90c99
Initial commit 2023-02-09 13:46:52 +08:00