joshvera
|
81e93c178c
|
Update struct, dictionary, and array type mappings
|
2016-12-07 15:47:47 -05:00 |
|
joshvera
|
b9b1a38f54
|
update struct tests
|
2016-12-07 15:41:28 -05:00 |
|
joshvera
|
6eec2689e5
|
Map keyed_element to Pair
|
2016-12-07 15:38:05 -05:00 |
|
joshvera
|
b555baead6
|
Map const specs to var assignments
|
2016-12-07 15:37:51 -05:00 |
|
joshvera
|
19141c2610
|
Extract the termName from the type, otherwise from the term
|
2016-12-07 15:36:47 -05:00 |
|
joshvera
|
381453e3a7
|
Consider structs identifiable
|
2016-12-07 15:36:33 -05:00 |
|
joshvera
|
076afb77ec
|
update tests
|
2016-12-07 13:26:31 -05:00 |
|
joshvera
|
a84d14244c
|
++tests
|
2016-12-06 16:09:12 -05:00 |
|
joshvera
|
563652355d
|
Add ArrayTy, DictionaryTy, StructTy, Struct
|
2016-12-06 16:09:04 -05:00 |
|
joshvera
|
89754d574a
|
update tests
|
2016-12-01 16:07:40 -05:00 |
|
joshvera
|
24b69f0dbd
|
Expand call expressions to take more than one argument
|
2016-12-01 16:06:56 -05:00 |
|
joshvera
|
b9ac5d866d
|
update tests
|
2016-12-01 16:03:52 -05:00 |
|
joshvera
|
9cd616f7b3
|
Remove last from Prologue
|
2016-12-01 16:03:45 -05:00 |
|
joshvera
|
e9489780d6
|
Add support for float literals and var assignments
|
2016-12-01 15:33:37 -05:00 |
|
Josh Vera
|
016b905753
|
Merge pull request #912 from github/parser-option
Add --parse option
|
2016-11-29 19:12:36 -05:00 |
|
Rick Winfrey
|
69bb2d4c15
|
Merge branch 'master' into parser-option
|
2016-11-23 13:49:04 -06:00 |
|
Rick Winfrey
|
f9d2d2b71f
|
Clean up HasField constraint to apply only to the SourceText TermDecorator
|
2016-11-23 13:43:37 -06:00 |
|
Rick Winfrey
|
ce70771084
|
Remove redundant import
|
2016-11-23 13:42:44 -06:00 |
|
Rick Winfrey
|
b86edc3a54
|
Add writeToOutput function (prints to standard out by default, or a file if specified)
|
2016-11-23 13:33:01 -06:00 |
|
Rick Winfrey
|
421da39ce7
|
Rewrite algebra as TermF -> ParseJSON
|
2016-11-23 13:32:25 -06:00 |
|
Rick Winfrey
|
32b323c892
|
🔥 dead code
|
2016-11-23 13:31:59 -06:00 |
|
Rick Winfrey
|
800f1b4c13
|
Use zipWithM (because Monad zippers are the best zippers)
|
2016-11-23 13:31:27 -06:00 |
|
Rick Winfrey
|
eb88b46d6f
|
Formatting of ParseJSON data type
|
2016-11-23 13:30:15 -06:00 |
|
Rick Winfrey
|
a7e21d1ebb
|
Don't encodePretty when constructing new Terms
|
2016-11-22 18:50:57 -06:00 |
|
Rick Winfrey
|
81079b1241
|
Remove functor from ParseJSON
|
2016-11-22 18:50:39 -06:00 |
|
Rick Winfrey
|
bbfed7cf34
|
++ tree-sitter-parsers
|
2016-11-22 16:42:28 -06:00 |
|
Rick Winfrey
|
bab0debf6d
|
Merge branch 'master' into parser-option
|
2016-11-22 15:19:30 -06:00 |
|
Josh Vera
|
14fe319ade
|
Merge pull request #910 from github/go-parser
Go parser
|
2016-11-22 15:17:24 -05:00 |
|
joshvera
|
f71c35d617
|
Handle every case by pattern matching on name in termConstructor instead of (name, children)
|
2016-11-22 15:10:10 -05:00 |
|
joshvera
|
4605197d20
|
Cover every case
|
2016-11-22 15:10:10 -05:00 |
|
Josh Vera
|
75daa6d42e
|
Merge branch 'master' into go-parser
|
2016-11-22 14:07:33 -05:00 |
|
joshvera
|
165b6bae6f
|
update tests
|
2016-11-22 13:51:11 -05:00 |
|
joshvera
|
0ea0ff83d0
|
update tests
|
2016-11-22 13:34:21 -05:00 |
|
joshvera
|
ec1ebbbef5
|
format TypeAssertion and TypeConversion summaries better
|
2016-11-22 13:24:51 -05:00 |
|
joshvera
|
5a9f1dad1a
|
formatting
|
2016-11-22 13:24:30 -05:00 |
|
Rick Winfrey
|
a88c829c42
|
Merge pull request #908 from github/fdocs
Functional Documentation
|
2016-11-22 11:48:09 -06:00 |
|
joshvera
|
c434f79162
|
Merge remote-tracking branch 'origin/master' into go-parser
|
2016-11-22 11:30:48 -05:00 |
|
Rick Winfrey
|
e6d1c3e3ec
|
s/suboject/value
|
2016-11-21 17:52:02 -06:00 |
|
Rick Winfrey
|
9c4046463f
|
Remove equivalency comment
|
2016-11-21 17:51:14 -06:00 |
|
Rick Winfrey
|
96ad346784
|
Original value over subobject
|
2016-11-21 17:51:04 -06:00 |
|
Rick Winfrey
|
fede68ad6e
|
Soft wrap rather than hard wrap
|
2016-11-21 17:49:45 -06:00 |
|
Rick Winfrey
|
a7f87e2594
|
Reword hylomorphism explanation
|
2016-11-21 17:48:38 -06:00 |
|
Rick Winfrey
|
578d38426c
|
Better define hidden functor
|
2016-11-21 17:48:22 -06:00 |
|
Rick Winfrey
|
5b52870b35
|
Handle merge conflicts
|
2016-11-21 17:44:06 -06:00 |
|
joshvera
|
fbd87fc618
|
exhaust some cases
|
2016-11-21 16:20:55 -05:00 |
|
joshvera
|
2f542a3952
|
update tests
|
2016-11-21 15:47:41 -05:00 |
|
joshvera
|
2ea54313a4
|
Add type conversions
|
2016-11-21 15:44:31 -05:00 |
|
joshvera
|
83453dd54f
|
Add type assertions
|
2016-11-21 15:27:06 -05:00 |
|
joshvera
|
231310a484
|
update tests
|
2016-11-21 14:39:16 -05:00 |
|
joshvera
|
6eb6f91227
|
Fixed node term names should be the sources of their children
|
2016-11-21 13:01:38 -05:00 |
|