1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00
Commit Graph

487 Commits

Author SHA1 Message Date
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
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
Rob Rix
5d5921001b Ingest type declarations, sort of. 2015-11-24 10:16:25 -05:00
Rob Rix
eb51a0cd18 Add HsName to Leaf. 2015-11-24 10:16:17 -05:00
Rob Rix
5c6a2ca1bc fromMaybe. 2015-11-20 13:21:09 -08:00
Rob Rix
9cf6a823ef Ingest HsImportDecl. 2015-11-20 13:02:29 -08:00
Rob Rix
37e61a75e6 Ingest export specifiers. 2015-11-20 13:00:10 -08:00
Rob Rix
9a4d1725fc Add a Leaf type with some constructors. 2015-11-20 12:59:53 -08:00
Rob Rix
af0ebfa696 Ingest exports/imports/declarations. 2015-11-20 08:55:19 -08:00
Rob Rix
2ac3f65b15 Stub in ingestion of exports/imports/declarations. 2015-11-20 08:55:08 -08:00
Rob Rix
bf2c4bc18b Pretend like we can make a module into a term. 2015-11-20 08:50:11 -08:00
Rob Rix
58cffa4e4c Read some files in. 2015-11-20 08:36:54 -08:00
Rob Rix
28f93515bb Remove the fixtures. 2015-11-20 08:12:00 -08:00
Rob Rix
891d2b75a1 Use unit in the fixtures. 2015-11-19 12:04:07 -08:00
Rob Rix
e6385e2832 Diffs are annotated. 2015-11-19 11:27:31 -08:00
Rob Rix
680465dfbf Abstract Diff over an annotation type. 2015-11-18 13:23:47 -08:00
Rob Rix
5129bc455b Move the diff fixture thing to the executable. 2015-11-18 11:45:23 -08:00
Rob Rix
c56cc6cb74 We don’t need to import these. 2015-11-17 16:20:57 -08:00
Rob Rix
c8b573cb33 Move Operation into its own file. 2015-11-17 15:14:57 -08:00
Rob Rix
5837cac53f Print a string. 2015-11-17 14:54:16 -08:00
Rob Rix
e5b35fdc4a I mean, sure. 2015-11-17 14:44:16 -08:00