1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 14:54:16 +03:00
Commit Graph

11299 Commits

Author SHA1 Message Date
Rob Rix
28cfac7694 Define a Comment syntax type. 2017-03-26 15:35:09 -04:00
Rob Rix
8b2ac42788 Stub in a module for comment syntax. 2017-03-26 15:34:44 -04:00
Rob Rix
a7b8ca680c Define symbol literals. 2017-03-26 15:32:58 -04:00
Rob Rix
21e9d7093b Define (possibly interpolated) string literals. 2017-03-26 15:32:48 -04:00
Rob Rix
0d969f682c Stub in a module to hold types for literal syntax, e.g. array/string/object/hash/symbol/number literals. 2017-03-26 15:30:33 -04:00
Rob Rix
779256e934 Define undifferentiated leaf/branch types. 2017-03-26 12:10:36 -04:00
Rob Rix
4d10edaf9a Define a Show instance over Unions. 2017-03-26 12:09:15 -04:00
Rob Rix
28caa26d48 Define an Eq instance over Unions. 2017-03-26 12:09:09 -04:00
Rob Rix
7623df365c Define instances of InUnion to select the correct element from the list of type constructors. 2017-03-26 12:08:00 -04:00
Rob Rix
9486b80efc Define a typeclass to embed/project elements into/out of a Union. 2017-03-26 12:06:57 -04:00
Rob Rix
df3c26f17b Define an n-ary union of type-constructors. 2017-03-26 12:06:05 -04:00
Rob Rix
f480bd5ad7 Stub in a module for an n-ary union of type constructors. 2017-03-26 12:05:49 -04:00
Rob Rix
8a5a1dc178 Stub in a module for à la carte Syntax. 2017-03-26 12:02:40 -04:00
joshvera
4515e581bf add typescript 2017-03-24 17:10:03 -04:00
joshvera
62057c5605 Map public_field_definition to VarAssignment 2017-03-24 16:56:59 -04:00
joshvera
55f2ac07d1 Map public_field_definition to VarAssignment 2017-03-24 16:32:41 -04:00
Rick Winfrey
397d061ff9 Use Data.Char.toLower 2017-03-24 13:14:54 -07:00
Rob Rix
1b8c1f11d3 Merge branch 'master' into update-parse-command 2017-03-24 14:31:11 -04:00
Rob Rix
ae114c2023 Merge pull request #1049 from github/custom-setup-stanza
Custom setup stanza
2017-03-24 14:30:30 -04:00
Rick Winfrey
9263008b15 Rename socket' -> sock; use void 2017-03-24 11:29:38 -07:00
Rick Winfrey
69e791c4a1 🔥 disabling of unused do bind 2017-03-24 11:29:19 -07:00
Rick Winfrey
fa206dc250 🔥 note about BangPatterns 2017-03-24 11:29:02 -07:00
joshvera
738c0b55ea bump tree-sitter-ruby 2017-03-24 14:28:43 -04:00
Rob Rix
6f51d40cb5 Merge branch 'master' into update-parse-command 2017-03-24 14:27:34 -04:00
Rob Rix
e507750069 Merge branch 'master' into custom-setup-stanza 2017-03-24 14:26:25 -04:00
joshvera
7e38557f14 add tree-sitter-c 2017-03-24 14:25:13 -04:00
joshvera
f48f6f94b4 bump go 2017-03-24 14:22:44 -04:00
joshvera
7a30229d2a Bump javascript 2017-03-24 14:22:09 -04:00
Rob Rix
682032aeb9 Merge pull request #1038 from github/myers-algorithm-in-proof-refinement-style
Myers’ algorithm in proof refinement style
2017-03-24 14:21:18 -04:00
Rob Rix
e5f018c619 Just say State. 2017-03-24 14:13:41 -04:00
Rob Rix
66706c31de 🔥 diffAt, Cost, &c. 2017-03-24 14:12:14 -04:00
joshvera
9394023628 ++haskell-tree-sitter 2017-03-24 14:07:13 -04:00
Rob Rix
fedacdc7d5 🔥 continue. 2017-03-24 14:06:57 -04:00
joshvera
be302be56e bump typescript 2017-03-24 13:59:44 -04:00
Timothy Clem
c807c8271b ++haskell-tree-sitter to have custom setup stanza 2017-03-24 10:43:43 -07:00
Timothy Clem
c66631cfa6 Add custom-setup stanza to fix build warnings 2017-03-24 10:43:23 -07:00
joshvera
8d88f04100 Add scanner.c 2017-03-24 13:13:36 -04:00
joshvera
c3991e52ec Bump typescript 2017-03-24 13:13:03 -04:00
Rick Winfrey
df8d777b82 escape "{" and "}" 2017-03-23 17:33:17 -07:00
Rick Winfrey
a71389e6e1 Remove unnecessary import 2017-03-23 17:08:21 -07:00
Rick Winfrey
3b8553f912 Trying to surface error 2017-03-23 17:05:57 -07:00
Rick Winfrey
1604f6ca34 Add back strictness 2017-03-23 16:50:34 -07:00
Rick Winfrey
9fe095474f Strictness not required 2017-03-23 16:39:06 -07:00
Rick Winfrey
f60f90045d Remove "\n" 2017-03-23 16:12:11 -07:00
Rob Rix
2a1fb5ad36 Partially apply decompose. 2017-03-23 16:39:57 -04:00
Rob Rix
f8b3d1490b Index the state array by Diagonal. 2017-03-23 15:57:13 -04:00
Rob Rix
973d873297 Derive an instance of Ix for Diagonal. 2017-03-23 15:54:46 -04:00
Rob Rix
6ca3d56269 Derive an Ord instance for Diagonal. 2017-03-23 15:52:13 -04:00
Rob Rix
ce0b93dd30 Rename slide -> slideFrom. 2017-03-23 15:50:16 -04:00
Rob Rix
ade6a50b30 Use the state array’s bounds to obviate the need for index transformations. 2017-03-23 15:48:29 -04:00