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

16840 Commits

Author SHA1 Message Date
Rick Winfrey
02adafb526 Add Go.Syntax for Variadic function arguments / parameters 2017-10-24 17:38:24 -07:00
Rick Winfrey
fd5ac9903d Fix typo 2017-10-24 17:37:47 -07:00
Rick Winfrey
1f772e1ea5 Assign call expression params 2017-10-24 16:48:07 -07:00
Rick Winfrey
e9fc626302 Regenerate tests for Go Assignment 2017-10-24 16:14:46 -07:00
Rick Winfrey
0a6d48174f Use Go Assignment 2017-10-24 16:14:35 -07:00
Rick Winfrey
96213206a0 Update tests 2017-10-24 16:00:37 -07:00
Rick Winfrey
2bd9fe9e8c Fix assignment statement diff tests 2017-10-24 15:49:07 -07:00
Rick Winfrey
6510458e16 Update assignment-statements parse test results 2017-10-24 15:43:14 -07:00
Rick Winfrey
5222b02c49 Add pointer / reference var assignment 2017-10-24 14:19:49 -07:00
Rick Winfrey
5e74311b71 Add pointer and reference 2017-10-24 14:16:35 -07:00
Rick Winfrey
bddb35ce28 Assign keyed elements 2017-10-24 14:16:15 -07:00
Rob Rix
8b281bc3cf Update a couple of ToC fixtures. 2017-10-24 15:15:54 -04:00
Rob Rix
e512398b85 Update a bunch of fixtures. 2017-10-24 15:13:47 -04:00
Rick Winfrey
4fe2ad2609 Assign pointer references 2017-10-24 11:53:35 -07:00
Rick Winfrey
10f728d278 Rename 2017-10-24 11:53:21 -07:00
Rick Winfrey
835eba454c Add Pointer and Reference constructors to Statement 2017-10-24 11:52:25 -07:00
Rob Rix
aca688c989 Reset the lookahead places to 0. 2017-10-24 14:01:17 -04:00
Rob Rix
4d365565b6 Export defaultOptions. 2017-10-24 13:23:51 -04:00
Rob Rix
250cba3aa0 Export Options. 2017-10-24 13:23:42 -04:00
Rob Rix
7215098121 Look ahead one place. 2017-10-24 13:15:43 -04:00
Rob Rix
14d8a20bea 📝 the deletions step. 2017-10-24 13:09:44 -04:00
Rob Rix
8e554422f4 Add the comparison cutoff to Options. 2017-10-24 13:05:47 -04:00
Rob Rix
3b9b50996b Add the # of similar terms to Options. 2017-10-24 13:02:50 -04:00
Rob Rix
fb39252959 Inline mostSimilarMatching. 2017-10-24 13:00:18 -04:00
Rob Rix
8e6ec02a37 Inline approximateEditDistance. 2017-10-24 12:58:47 -04:00
Rob Rix
3d01c91341 Rename key to term. 2017-10-24 12:58:30 -04:00
Rob Rix
91778d90a3 Use the Options to configure lookahead. 2017-10-24 12:57:35 -04:00
Rob Rix
5603d796f3 Define default options. 2017-10-24 12:57:22 -04:00
Rob Rix
b3f3d09f4a Define an Options datatype. 2017-10-24 12:57:16 -04:00
Rob Rix
8ce174e734 Inline isNearAndComparableTo. 2017-10-24 12:37:15 -04:00
Rob Rix
e2cf00235c 📝 lookaheadPlaces. 2017-10-24 12:29:38 -04:00
Rob Rix
a27ef1cdea Rename defaultMoveBound to lookaheadPlaces. 2017-10-24 12:27:07 -04:00
Rob Rix
3e03e326c0 Correct the docs for editDistanceUpTo. 2017-10-24 12:23:14 -04:00
Rob Rix
0ba1b354ad defaultM is an Int. 2017-10-24 12:23:07 -04:00
Rob Rix
f9d5846ccd Correct some comments. 2017-10-24 12:19:25 -04:00
Rob Rix
35c121bea1 Rename nearestUnmapped to mostSimilarMatching. 2017-10-24 12:17:58 -04:00
Rob Rix
b4903b6b9b Rename the unmapped lists. 2017-10-24 12:15:09 -04:00
Rob Rix
7f3b1130ee Correct indentation. 2017-10-24 12:13:36 -04:00
Rob Rix
ef7d16657c Index terms in mapSimilar. 2017-10-24 12:12:28 -04:00
Rob Rix
0d484a4775 📝 mapSimilar. 2017-10-24 12:07:39 -04:00
Rob Rix
8d095b25d6 Rename the k-d maps. 2017-10-24 12:05:59 -04:00
Rob Rix
12841d6bfe 🔥 UnmappedTerm. 2017-10-24 12:05:07 -04:00
Rob Rix
cd66c9c2aa 📝 mapContiguous. 2017-10-24 12:04:56 -04:00
Rob Rix
2fa878e928 Rename findNearestNeighbourTo to mapSimilar. 2017-10-24 11:39:30 -04:00
Rob Rix
3ba39eeb6a Inline findNearestNeighbourTo. 2017-10-24 11:37:43 -04:00
Rob Rix
99ef60fbe6 Use the strict random monad. 2017-10-24 11:11:42 -04:00
Rob Rix
613a920ed1 Qualify the import of KdMap. 2017-10-24 10:35:22 -04:00
Rob Rix
fa2769ff9a Use the EditScript synonym from SES. 2017-10-24 10:34:29 -04:00
Rob Rix
16d5c977bd 🔥 the MappedDiff synonym. 2017-10-24 10:21:40 -04:00
Rob Rix
f7ddbd81cc 🔥 the RWSEditScript synonym. 2017-10-24 10:21:21 -04:00