1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00
Commit Graph

12665 Commits

Author SHA1 Message Date
Rick Winfrey
3f114241c9 Use emptyTerm 2017-05-18 17:25:48 -07:00
Rick Winfrey
0fe09ce6d3 Assign assignment and augmented assignments fully 2017-05-18 17:25:26 -07:00
Rick Winfrey
4879134f20 Add [] to Syntax Union 2017-05-18 17:25:01 -07:00
Rick Winfrey
2cd05505de Add emptyTerm combinator 2017-05-18 17:24:45 -07:00
Rick Winfrey
0693132298 Assign expression list 2017-05-18 17:24:33 -07:00
Rick Winfrey
d6711ecf1f Assign yield statements 2017-05-18 17:23:59 -07:00
Timothy Clem
a518a4ad19 Use These to enforce patch style valid input of before/after 2017-05-18 16:45:37 -07:00
Rick Winfrey
94778fe0b2 Revert "Revise binaryOperator assignment"
This reverts commit dad11b92c248752d9d18d94069c7df922937d013.
2017-05-18 16:30:41 -07:00
Rick Winfrey
4fcdaff32c Revise binaryOperator assignment 2017-05-18 16:10:55 -07:00
Timothy Clem
2a828703b0 Always with the imports 2017-05-18 14:09:58 -07:00
Timothy Clem
7121f827e3 Handle various language inputs and test them 2017-05-18 14:05:29 -07:00
Timothy Clem
2fd81ce5a4 Clean up readFromHandle 2017-05-18 14:05:29 -07:00
Timothy Clem
c0e8c7fe84 TIL about Alternative 2017-05-18 14:05:29 -07:00
Rob Rix
a4be9b0a99 Merge branch 'master' into unaligned-json-diff-rendering 2017-05-18 16:32:21 -04:00
Rick Winfrey
b0e4c60d6e Update tuple assignment 2017-05-18 13:14:57 -07:00
Rick Winfrey
52b0fd2656 Move Tuple from Expression to Literal 2017-05-18 13:12:17 -07:00
Rick Winfrey
7b6663cc59 Assign global statements 2017-05-18 12:59:36 -07:00
Rick Winfrey
7230ed7b74 Assign assert statement 2017-05-18 12:56:12 -07:00
Rick Winfrey
16ef36e0fc 🔥 chevron assignment 2017-05-18 12:47:14 -07:00
Rick Winfrey
2ced9749de Revise printStatement into Do notation 2017-05-18 12:46:55 -07:00
Rick Winfrey
fe915581e5 Assign print statements with and without redirection 2017-05-18 12:41:02 -07:00
Rick Winfrey
c7545a42fa Assign simple print statements
- This does not include chevrons yet
2017-05-18 10:18:30 -07:00
Rick Winfrey
ff597b3a9c Reorder error message to add callstack after the error syntax node 2017-05-18 09:47:14 -07:00
Rick Winfrey
1747860e99 Assign both arithmetic and binary expressions 2017-05-18 09:14:47 -07:00
Rick Winfrey
6aba00f500 Fix spelling 2017-05-18 08:38:49 -07:00
Rob Rix
88744a81a8 Merge branch 'master' into diff-parse-stdin 2017-05-18 08:53:23 -04:00
Rob Rix
7b45a7e71e Merge pull request #1125 from github/map-error-productions-onto-nothing
Handle parse errors safely
2017-05-18 08:53:03 -04:00
Rob Rix
b142cb92a2 Bump haskell-tree-sitter to master. 2017-05-18 08:27:08 -04:00
Rick Winfrey
561dee4753 Add questions for statements 2017-05-17 17:31:55 -07:00
Rick Winfrey
558706014b Assign chevron 2017-05-17 17:31:30 -07:00
Rick Winfrey
82bba4eee6 Fix typo 2017-05-17 17:31:08 -07:00
Rick Winfrey
3de93387b7 Add variable declaration 2017-05-17 17:30:58 -07:00
Rick Winfrey
e39e136f7e Assign simple assignment 2017-05-17 17:30:48 -07:00
Rick Winfrey
4b2df064c9 Assign Boolean 2017-05-17 16:20:16 -07:00
Rick Winfrey
7002862245 Assign booleanOperator 2017-05-17 16:15:56 -07:00
Rick Winfrey
fe9c8fb9d2 📝 problem with assigning Bitwise and Arithmetic binary operators in a single rule 2017-05-17 16:08:30 -07:00
Rick Winfrey
02b5ff376d Assign Bitwise BinaryOperators 2017-05-17 15:57:20 -07:00
Rick Winfrey
27e79fecb1 Assign Arithmetic BinaryOperators 2017-05-17 15:47:40 -07:00
Timothy Clem
1a97d42acf Only require path on the blob level 2017-05-17 14:03:08 -07:00
Timothy Clem
08deafb142 Formatting of test file 2017-05-17 13:40:01 -07:00
Timothy Clem
48f7ce7793 Docs 2017-05-17 13:38:26 -07:00
Timothy Clem
674e7893eb Merge remote-tracking branch 'origin/master' into diff-stdin 2017-05-17 13:34:23 -07:00
Timothy Clem
4af9b02737 Expand API to support parsing 2017-05-17 13:34:09 -07:00
Timothy Clem
8c7179ddd7 Rename and clean up imports 2017-05-17 12:54:42 -07:00
Timothy Clem
9777937d9d Read any handle and assert in specs 2017-05-17 12:47:45 -07:00
Rob Rix
9c75981833 Construct well-formed nodes. 2017-05-17 15:36:53 -04:00
Rob Rix
2a3f0294ac Export ErrorCause. 2017-05-17 15:36:43 -04:00
Rob Rix
516daa7e4f Correct the spec. 2017-05-17 15:35:15 -04:00
Rob Rix
d0f42f11aa Don’t drop error nodes. 2017-05-17 15:34:26 -04:00
Rick Winfrey
d4288d6e68 🔥 unnecessary function 2017-05-17 12:32:21 -07:00