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

25522 Commits

Author SHA1 Message Date
Timothy Clem
edc14898aa Docs 2018-08-22 13:05:44 -07:00
Ayman Nadeem
77f7273b75 add error handling for castToInteger 2018-08-22 15:54:40 -04:00
Ayman Nadeem
86f21c7e21 add castToInteger 2018-08-22 15:48:30 -04:00
Timothy Clem
b9d66ebfa7 Move pure outside of case 2018-08-22 11:43:00 -07:00
Timothy Clem
67f652b4d7 Refactor to have 1 additional data representation in the pipeline 2018-08-22 11:30:03 -07:00
Rob Rix
3456c6f1bb Merge pull request #2143 from github/haddock-vendor-bump
Fix Haddock generation.
2018-08-22 12:33:29 -04:00
Rick Winfrey
d230df876a Fix typo 2018-08-21 16:43:13 -07:00
Rick Winfrey
0dd451885d Maintain redundant Num constraint 2018-08-21 16:38:53 -07:00
Timothy Clem
a1294e91f1 Docs and some renaming 2018-08-21 16:15:08 -07:00
Ayman Nadeem
9d676c5ba1 make these tests passsssgit diffgit diff 2018-08-21 18:33:16 -04:00
Rick Winfrey
46d9df9bbb 🔥 unnecessary Num constraint 2018-08-21 14:55:54 -07:00
Rick Winfrey
64bea60ea9 🔤 2018-08-21 14:49:56 -07:00
Ayman Nadeem
7b4f0f2605 handle floats in unsignedRShift function 2018-08-21 17:48:18 -04:00
Ayman Nadeem
09f735b2b7 add typescript assignment for complement operator 2018-08-21 17:47:45 -04:00
Rick Winfrey
ddff2144ac Update Semantic.Config to use envLookupNum 2018-08-21 14:46:15 -07:00
Rick Winfrey
5ea5798aac Relax envLookupInt -> envLookupNum 2018-08-21 14:44:40 -07:00
Timothy Clem
945712bca6 Examples 2018-08-21 13:25:14 -07:00
Timothy Clem
105c5a5743 Comment about another style choice 2018-08-21 13:25:07 -07:00
Timothy Clem
dea542c678 Not using this yet 2018-08-21 13:24:58 -07:00
Timothy Clem
1a9200b783 tokenizing for Ruby blocks (functions) 2018-08-21 13:17:13 -07:00
Timothy Clem
9e0e56479e Handle comments with trailing seps 2018-08-21 13:16:49 -07:00
Ayman Nadeem
a4ce904e5d add normalize function 2018-08-21 16:12:05 -04:00
Ayman Nadeem
5949c6e7d6 Merge branch 'master' into evaluatable-instances 2018-08-21 15:55:15 -04:00
Timothy Clem
5ac0b5a900 Continue to refine tokenize api with Ruby as example 2018-08-21 11:16:39 -07:00
Timothy Clem
3b6c51aa70 No need for TComment yet 2018-08-21 11:16:16 -07:00
Timothy Clem
6d3dc92505 Just sequenceA_ contextTerms for now 2018-08-21 11:15:59 -07:00
Patrick Thomson
7f5783abb0 Fix Haddock generation.
Bumps gRPC-haskell and removes an invalid (and unilluminating) comment.

To test, run `stack haddock --fast --open`.
2018-08-21 12:40:16 -04:00
Timothy Clem
beb0f5f6c3 This got renamed 2018-08-21 09:39:47 -07:00
Timothy Clem
c622251f56 Work on Ruby method tokenizing 2018-08-21 09:39:37 -07:00
Timothy Clem
51d3422191 New splice api 2018-08-21 09:39:19 -07:00
Timothy Clem
e8aa27bee5 Some renames just to preventing name ambiguity 2018-08-21 09:39:10 -07:00
Timothy Clem
7680ba55c8 Follow naming changes in JSON translator 2018-08-21 09:38:39 -07:00
Timothy Clem
f2a2168e2f imperative_ does sep for us now 2018-08-21 09:38:28 -07:00
Timothy Clem
b6ee794f08 Use some of the new helpers 2018-08-21 09:38:14 -07:00
Timothy Clem
f507e4f118 Flesh out tokenizing helpers a bit 2018-08-21 09:37:41 -07:00
Timothy Clem
9379865adc Just reformatting 2018-08-21 09:37:26 -07:00
Timothy Clem
4ecd10c8ed Make sure we handle unhandled in typesetting 2018-08-21 09:37:06 -07:00
Timothy Clem
4e63bd9a80 Few more ruby test functions 2018-08-21 09:36:45 -07:00
Timothy Clem
cfa38c0a4a Helper function to run just to translating 2018-08-21 09:36:32 -07:00
Charlie Somerville
7abe418829 Merge pull request #2141 from github/charliesome/analysis-configuration-module
Reshuffle module layout so that Environment can depend on Heap
2018-08-21 13:59:14 +10:00
Charlie Somerville
b8f33b7890 remove unused import 2018-08-21 13:49:48 +10:00
Charlie Somerville
5f6961e737 move Analysis.Abstract.Configuration to Control.Abstract 2018-08-21 13:42:45 +10:00
Charlie Somerville
ec852844cb reshuffle module layout so that Environment can depend on Heap 2018-08-21 13:42:45 +10:00
Timothy Clem
b0311ff77e Ruby test hardness for ghci 2018-08-20 18:11:41 -07:00
Timothy Clem
cbdb932af8 Ruby translation step for the pipeline 2018-08-20 18:11:30 -07:00
Timothy Clem
e6c36296f1 Some Tokenize instances 2018-08-20 18:11:05 -07:00
Timothy Clem
11252f9ba7 JSON has to handle all this now 2018-08-20 18:10:28 -07:00
Timothy Clem
8e9136fd57 Introduce concept of unhandled splices in the stream 2018-08-20 18:10:13 -07:00
Timothy Clem
634900a58c Function just to run the tokenizing step 2018-08-20 18:08:48 -07:00
Timothy Clem
c1b615d285 Some common tokenizing helpers 2018-08-20 18:08:24 -07:00