bglgwyng
|
f1f11bde00
|
Merge branch 'master' into include-symbol_id-in-node-types-json
|
2025-11-19 21:53:39 +09:00 |
|
Will Lillis
|
877782a8a4
|
fix(docs): update cli docs to reflect changes to various subcommand
arguments
|
2025-11-19 04:30:01 -05:00 |
|
Marcono1234
|
12a31536e1
|
fix(docs): don't show mdbook help popup when using query editor
|
2025-11-12 23:43:03 -05:00 |
|
bglgwyng
|
d2a2b4005a
|
feat: add symbol_id field to node types schema
|
2025-11-07 17:33:56 +09:00 |
|
Will Lillis
|
361287fb56
|
fix(cli)!: deprecate --build flag for generate command
|
2025-11-07 08:51:24 +01:00 |
|
Will Lillis
|
c7b5f89392
|
feat(xtask): generate JSON schema for cli TestSummary
|
2025-11-02 21:08:55 -05:00 |
|
Will Lillis
|
097c2d4f05
|
fix(cli): remove --emit=lib generate option
This also replaces the `--emit` option with an `--no-parser` flag. The
default value is false, meaning a parser is still generated by default.
|
2025-11-02 10:26:28 +01:00 |
|
ObserverOfTime
|
7d0e029e37
|
chore: add schema for node-types.json
|
2025-10-05 09:57:23 +03:00 |
|
Amaan Qureshi
|
341665824c
|
fix(lib): validate subtypes in supertype queries
|
2025-09-28 00:56:30 -04:00 |
|
WillLillis
|
422866a437
|
fix(docs): update more broken links
|
2025-09-26 16:10:29 -05:00 |
|
Amaan Qureshi
|
ea9c318afb
|
docs: update highlight crate link
|
2025-09-24 16:29:08 -04:00 |
|
Will Lillis
|
6214f95e7e
|
docs: correct new generate flag: "stage"->"emit"
|
2025-09-21 15:22:11 -04:00 |
|
Antonin Delpeuch
|
8873c1aeff
|
docs: update options for generate command
|
2025-09-21 01:53:40 -04:00 |
|
Amaan Qureshi
|
0ca8fe8c12
|
feat(playground): add export flag
|
2025-09-19 17:55:28 -04:00 |
|
John-Philip Taylor
|
552ab537e8
|
docs(cli): add docs on new version features
|
2025-09-19 17:52:08 -04:00 |
|
Amaan Qureshi
|
39a67eec61
|
feat: migrate to ESM
|
2025-09-16 02:24:11 -04:00 |
|
Amaan Qureshi
|
67f50b85f5
|
docs: document the native js runtime
|
2025-09-16 02:24:11 -04:00 |
|
Amaan Qureshi
|
46f7f860e6
|
docs: correct explanation about @ignore capture
|
2025-09-14 16:45:39 -04:00 |
|
Amaan Qureshi
|
2ae677162f
|
docs: clarify that only the whitespace character class is simplfied
|
2025-09-14 16:45:39 -04:00 |
|
Amaan Qureshi
|
4dbfb5b49a
|
docs: document the @ignore capture in tags
|
2025-09-14 06:27:27 -04:00 |
|
Amaan Qureshi
|
3a911d578c
|
docs: add more information on supertype nodes for grammars and queries
|
2025-09-14 06:25:35 -04:00 |
|
Amaan Qureshi
|
63f48afaeb
|
docs: explain extras in a bit more detail
|
2025-09-14 06:02:00 -04:00 |
|
Amaan Qureshi
|
06741d0d5d
|
fix(playground): check that languageVersion exists for compat
|
2025-09-13 22:12:11 -04:00 |
|
Amaan Qureshi
|
3c1f02a7f9
|
docs(playground): show toast when tree is copied
|
2025-09-09 03:13:35 -04:00 |
|
Amaan Qureshi
|
907c7bc80b
|
docs(playground): add version information in playground
Co-authored-by: Will Lillis <will.lillis24@gmail.com>
|
2025-09-09 03:13:35 -04:00 |
|
ObserverOfTime
|
b75196bb81
|
feat(c): rename DecodeFunction to TSDecodeFunction
Keep a typedef for backwards compatibility until ABI 16.
|
2025-09-01 03:17:44 -04:00 |
|
ObserverOfTime
|
47beafb836
|
fix(playground): account for missing button
|
2025-08-31 14:08:06 -04:00 |
|
Will Lillis
|
340df02655
|
docs: clarify definition of newline
|
2025-08-28 13:31:25 -04:00 |
|
Amaan Qureshi
|
99d8b58868
|
docs: clarify that a reserved rule must exist in the grammar
|
2025-08-28 13:28:37 -04:00 |
|
ObserverOfTime
|
eb5ad7eb26
|
feat(playground): add a button to copy the tree
Co-Authored-By: Firas al-Khalil <firasalkhalil@gmail.com>
|
2025-08-25 10:21:48 +03:00 |
|
Will Lillis
|
fee50ad0ce
|
feat(lib): add lldb pretty-printers for some C lib types
|
2025-08-22 20:10:03 -04:00 |
|
ObserverOfTime
|
88e0b4cea4
|
docs: change WASM/wasm to Wasm
That is the official capitalisation.
|
2025-08-21 09:56:32 +03:00 |
|
ObserverOfTime
|
0bb43f7afb
|
fix(playground): scroll with vanilla JS
jQuery must burn in fire.
|
2025-08-14 11:03:52 +03:00 |
|
Soheil Salmani
|
99c121bfe8
|
docs: replace TSInput by TSInputEdit in "Advanced Parsing"
|
2025-08-13 22:58:17 +03:00 |
|
Will Lillis
|
2c02f0767b
|
fix(docs): correct awkward wording in fail-fast listing
|
2025-08-10 14:52:25 -04:00 |
|
Will Lillis
|
1704c604bf
|
feat(test): allow cst as expected output of test case
|
2025-08-10 14:52:25 -04:00 |
|
ObserverOfTime
|
f7838748df
|
fix(cli): drop homepage link from config
We don't actually use this currently and the vast majority of grammars
don't have a homepage other than the repository itself.
|
2025-08-09 10:14:17 +03:00 |
|
Will Lillis
|
d000698847
|
fix(docs): add information on missing cli command options
|
2025-08-03 14:34:04 -04:00 |
|
Pieter Goetschalckx
|
07b4c8d05d
|
fix(cli): add reserved type declarations and schema
- Use `globalThis` for `reserved` function export
- Add `reserved` field and function to DSL declarations
- Add `reserved` rule to grammar schema
|
2025-08-02 12:01:41 +03:00 |
|
Will Lillis
|
cd2cb661a4
|
fix(docs): update cli path for install commands
|
2025-07-29 02:42:43 -04:00 |
|
ObserverOfTime
|
f04fab9b7a
|
docs: update bindings list
|
2025-07-14 10:24:17 +03:00 |
|
WillLillis
|
51a800b7df
|
fix(docs): don't show mdbook help popup when using code editor
|
2025-07-01 18:23:38 -04:00 |
|
Brian Schwind
|
f475182c7d
|
fix(playground): initialize tree nodes with a 'plain' class
|
2025-06-15 12:45:55 +03:00 |
|
ObserverOfTime
|
9772270868
|
fix(bindings): update swift & node dependencies (#4432)
* fix(bindings): update swift & node dependencies
also add the dependency name to Package.swift
* chore: update config schema
|
2025-06-07 11:41:07 -07:00 |
|
Dan Jacka
|
ad133ecb38
|
docs: fix indentation & formatting
|
2025-06-05 01:53:35 -04:00 |
|
zyoshoka
|
135eeded02
|
docs: update broken link in the playground page
|
2025-05-31 21:19:20 -04:00 |
|
sogaiu
|
19148eaa0d
|
docs: mention ~ and $HOME for parser-directories
|
2025-05-28 11:21:09 +02:00 |
|
Max Brunsfeld
|
ca7ff033db
|
Fix wasm build issues introduced by switching to wasi-sdk (#4407)
* Don't shell out for extracting tar.gz files
* Avoid wasi-sdk adding dependency on libc.so
* Clippy
* Fix -nostdlib flag
|
2025-04-27 19:42:34 -07:00 |
|
Tamchuk
|
70cf2a7a22
|
docs: fix typo
|
2025-04-23 08:26:51 -04:00 |
|
Daniel Jalkut
|
4514751803
|
docs(cli): improve documentation for the edits argument when parsing code
|
2025-04-18 23:45:52 -04:00 |
|