Boshen
|
4d32bfb55e
|
refactor: remove all declarations of const fn, which is useless for us
|
2023-03-07 21:29:47 +08:00 |
|
Boshen
|
94fddffc70
|
chore: use fancy-no-backtrace from miette
See https://github.com/zkat/miette/issues/132
|
2023-03-05 15:16:26 +08:00 |
|
Shannon Rothe
|
0992a4930c
|
printer: support JSXElement/JSXFragment
|
2023-03-01 02:34:23 -08:00 |
|
Boshen
|
4684118c9e
|
fix: change example names so their binary names don't collide with each other
|
2023-02-23 21:46:39 +08:00 |
|
Boshen
|
7a44a657e1
|
feat: add miette fancy report to examples
|
2023-02-22 19:23:01 +08:00 |
|
Boshen
|
f3a7d5a026
|
feat(ast): add RegExpFlags bitflag for storing regex flags
This reduces `TokenValue` from 56 to 40 bytes, `Token` from 72 to 56 bytes.
|
2023-02-21 18:22:15 +08:00 |
|
Boshen
|
457aa7d1be
|
feat(printer): add printer example
|
2023-02-20 18:23:36 +08:00 |
|
Boshen
|
e4b07b7db9
|
feat(printer): Initialize printer
closes #21
|
2023-02-20 18:23:36 +08:00 |
|