Commit Graph

1621 Commits

Author SHA1 Message Date
Edwin Brady
08c8ec448a
Merge pull request #8 from LibreCybernetics/refactor-utils-string-sh
Refactor Utils.String.stripQuotes to avoid double reversion on Strings
2020-05-20 11:48:41 +01:00
Edwin Brady
f61f0a5c40 Fix typo in error
(Okay, this is just to see if travis does something...)
2020-05-20 10:23:22 +01:00
Fabián Heredia Montiel
868c71b863 Refactor Utils.String.stripQuotes to avoid double reversion on Strings 2020-05-19 15:33:58 -05:00
Edwin Brady
42533c2d90 Add missing Racket requires 2020-05-19 18:06:52 +01:00
Fabián Heredia Montiel
0c76796862 Create new mapError utility function and refactor some parser code 2020-05-19 11:08:21 -05:00
Edwin Brady
48c6c4aa81 Write Ints as 64 bit
Since they might be... This is especially likely for module hashes, and
if we don't get it right, the Racket runtime might fail to write the
buffer. This makes the code buildable with the Racket back end.
2020-05-19 16:25:58 +01:00
Edwin Brady
8994e54402 IDE mode ported
I've tested this in Atom, and the vim mode also works (in both cases,
just by changing the executable to point to the right place)
2020-05-19 15:13:58 +01:00
Edwin Brady
456414cffd Generate IdrisPaths 2020-05-18 20:24:48 +01:00
Edwin Brady
f09baeb46d Chez startup fix 2020-05-18 18:14:43 +01:00
Edwin Brady
557de91c5a Internal errors when install fails 2020-05-18 17:15:10 +01:00
Edwin Brady
4125b76e90 Add Reflection to base 2020-05-18 16:57:43 +01:00
Edwin Brady
dec7dff622 Add libraries 2020-05-18 14:00:08 +01:00
Edwin Brady
a5793756b7 Fix for buildAll from upstream 2020-05-18 10:23:53 +01:00
Edwin Brady
0363b8350b Chez output fix from upstream 2020-05-18 09:49:51 +01:00
Edwin Brady
17b17be963 Add missing files (I knew there'd be a couple...) 2020-05-18 00:28:24 +01:00
Edwin Brady
a941116b2f First working version!
This is capable of building itself, given the right libraries. Next
step, a build system...
2020-05-18 00:24:37 +01:00
Edwin Brady
14d480b971 Everything but the IDE protocol 2020-05-17 15:56:45 +01:00
Edwin Brady
ea41bb9abe Ported up to Idris.ModTree 2020-05-17 14:26:04 +01:00
Edwin Brady
d9903d5ba6 Done up to ProcessDecls 2020-05-17 02:03:57 +01:00
Edwin Brady
1fd92f5518 Checking up to TTImp.Elab.Term 2020-05-17 01:20:53 +01:00
Edwin Brady
6838f4ae1f Add to Core.TT 2020-05-16 19:42:48 +01:00