Rob Rix
|
048b1cb98f
|
Add a withNode function abstracting allocation & casting.
|
2015-11-25 09:37:44 -05:00 |
|
Rob Rix
|
ea490a3871
|
Rearrange the where clause &c.
|
2015-11-25 09:37:19 -05:00 |
|
Rob Rix
|
73c2ec7d33
|
Start unfolding a term.
|
2015-11-24 17:14:44 -05:00 |
|
Rob Rix
|
5a5fe6796d
|
Bump tree-sitter to include the .a.
|
2015-11-24 17:14:24 -05:00 |
|
Rob Rix
|
76784bf7e4
|
Extract parsing files.
|
2015-11-24 16:51:53 -05:00 |
|
Rob Rix
|
de65176a0a
|
Use withForeignPtr to clean up the root node.
|
2015-11-24 16:46:42 -05:00 |
|
Rob Rix
|
8c0496fb95
|
Just leak the root node already.
|
2015-11-24 16:42:10 -05:00 |
|
Rob Rix
|
0effaae938
|
Allocate a root node I guess.
|
2015-11-24 16:40:47 -05:00 |
|
Rob Rix
|
3efa8f7e51
|
I guess we need this.
|
2015-11-24 16:40:32 -05:00 |
|
Rob Rix
|
640fa1934d
|
Compile in some stuff.
|
2015-11-24 16:40:09 -05:00 |
|
Rob Rix
|
eaf365f4f6
|
Import the bridged TSNode thing.
|
2015-11-24 16:39:42 -05:00 |
|
Rob Rix
|
76e086cf8c
|
Implement Storable for TSLength.
|
2015-11-24 16:39:31 -05:00 |
|
Rob Rix
|
cb08d79464
|
Add some bridges and stuff.
|
2015-11-24 16:39:20 -05:00 |
|
Rob Rix
|
7879dccb63
|
TSNode’s fields are strict.
|
2015-11-24 14:35:56 -05:00 |
|
Rob Rix
|
2c5f17228b
|
TSLength’s fields are strict.
|
2015-11-24 14:35:40 -05:00 |
|
Rob Rix
|
cc3fd398b9
|
Extra space.
|
2015-11-24 14:32:12 -05:00 |
|
Rob Rix
|
31de4ca26b
|
Don’t use record syntax for TSNode.
|
2015-11-24 14:32:02 -05:00 |
|
Rob Rix
|
20b5fe1604
|
Don’t use record syntax for TSLength.
|
2015-11-24 14:31:41 -05:00 |
|
Rob Rix
|
778208b3b7
|
Nodes are product types.
|
2015-11-24 14:17:04 -05:00 |
|
Rob Rix
|
d60398f115
|
Include a node directly.
|
2015-11-24 14:16:56 -05:00 |
|
Rob Rix
|
ff5797fde5
|
TSLength is many things.
|
2015-11-24 14:13:41 -05:00 |
|
Rob Rix
|
3bc87b03aa
|
Add a TSLength type.
|
2015-11-24 14:13:15 -05:00 |
|
Rob Rix
|
9b47c6af58
|
Fetch the root node.
This crashes; `TSNode` is not an opaque pointer to a struct, it’s
actually a product type.
|
2015-11-24 14:08:29 -05:00 |
|
Rob Rix
|
a97dc752d8
|
Try importing the root node getter.
|
2015-11-24 14:08:08 -05:00 |
|
Rob Rix
|
13bc8afef6
|
In fact, free the document first.
|
2015-11-24 13:53:42 -05:00 |
|
Rob Rix
|
86bf87b6a8
|
Free the document at the end too I guess.
|
2015-11-24 13:53:35 -05:00 |
|
Rob Rix
|
7ab0b76abf
|
Import ts_document_free.
|
2015-11-24 13:53:13 -05:00 |
|
Rob Rix
|
c2cc953e9c
|
Parse the document.
|
2015-11-24 13:52:45 -05:00 |
|
Rob Rix
|
d1c33c2ef4
|
Import ts_document_parse.
|
2015-11-24 13:52:16 -05:00 |
|
Rob Rix
|
009025d22a
|
Free the input string.
|
2015-11-24 13:51:34 -05:00 |
|
Rob Rix
|
4b0dae5eb7
|
Set the input string.
|
2015-11-24 13:51:21 -05:00 |
|
Rob Rix
|
f8918f815e
|
Build an empty C string.
|
2015-11-24 13:51:18 -05:00 |
|
Rob Rix
|
dea11341b4
|
Import ts_document_set_input_string.
|
2015-11-24 13:50:10 -05:00 |
|
Rob Rix
|
8944e704c1
|
Set the document’s language.
|
2015-11-24 13:46:00 -05:00 |
|
Rob Rix
|
186bf4578a
|
Select the language.
|
2015-11-24 13:45:54 -05:00 |
|
Rob Rix
|
2569450ea6
|
It actually takes a language too.
|
2015-11-24 13:45:12 -05:00 |
|
Rob Rix
|
77ff71011e
|
Import ts_document_set_language.
|
2015-11-24 13:44:24 -05:00 |
|
Rob Rix
|
0383f8fa7b
|
Add a space.
|
2015-11-24 13:42:09 -05:00 |
|
Rob Rix
|
682beed88e
|
Make a document and print the size.
|
2015-11-24 13:41:30 -05:00 |
|
Rob Rix
|
8faa070a67
|
Handle errors.
|
2015-11-24 13:40:07 -05:00 |
|
Rob Rix
|
d71b7769b9
|
Import ts_document_make.
|
2015-11-24 13:23:29 -05:00 |
|
Rob Rix
|
34ccb0e368
|
Import the language type as TSLanguage.
|
2015-11-24 13:23:18 -05:00 |
|
Rob Rix
|
4e5da737bd
|
Import ts_language_c .
|
2015-11-24 13:15:45 -05:00 |
|
Rob Rix
|
bc658d0a90
|
Derive all the things.
|
2015-11-24 13:15:35 -05:00 |
|
Rob Rix
|
a384b2f9a6
|
Move the dependency to the executable.
|
2015-11-24 13:15:32 -05:00 |
|
Rob Rix
|
9bd82d3ce9
|
Add c-storable-deriving.
|
2015-11-24 12:50:57 -05:00 |
|
Rob Rix
|
12aadf6547
|
Custom setup.
|
2015-11-24 12:50:19 -05:00 |
|
Rob Rix
|
d559b72464
|
Add extra libraries stuff.
|
2015-11-24 12:50:04 -05:00 |
|
Rob Rix
|
217fd1529c
|
Delete all the Haskell parsing stuff.
|
2015-11-24 10:18:56 -05:00 |
|
Rob Rix
|
b2ed7144e2
|
Ingest data declarations, sort of.
|
2015-11-24 10:16:37 -05:00 |
|