Commit Graph

2612 Commits

Author SHA1 Message Date
Erik Svedäng
3bcd2fe2eb Expression problem example. 2018-06-13 08:14:26 +02:00
Erik Svedäng
0b90452f66 Todo done. 2018-06-12 16:14:46 +02:00
Erik Svedäng
84b39f8b24 Bug is fixed? 2018-06-12 16:08:46 +02:00
Erik Svedäng
82d12288e2 Bugfix in Qualify for 'let' bindings. 2018-06-12 16:03:02 +02:00
Erik Svedäng
b1248ac376 BUGFIX: Prevent infinite loop in constraint solver. 2018-06-12 10:57:59 +02:00
Erik Svedäng
d61103b37e Updated update text. 2018-06-12 10:04:13 +02:00
Erik Svedäng
ed0a182d52 Merge branch 'remove-statistics-sum' of https://github.com/hellerve/Carp into hellerve-remove-statistics-sum 2018-06-12 09:45:41 +02:00
Erik Svedäng
2abbffeaa6 Shuffling around todos. 2018-06-12 09:44:20 +02:00
Erik Svedäng
e80a41f2ce Test fixes. 2018-06-12 09:01:20 +02:00
Erik Svedäng
2935105172 More examples for map. 2018-06-12 08:43:51 +02:00
Erik Svedäng
d980f3c0e9 {} syntax expands to Map.from-array 2018-06-12 08:36:58 +02:00
hellerve
671116e59c core: remove statistics.sum 2018-06-11 21:35:25 +02:00
Erik Svedäng
0b49267ab0 Generate docs for Map module. 2018-06-11 21:35:03 +02:00
Erik Svedäng
bf9599fa8d Merge branch 'map' of https://github.com/hellerve/Carp into hellerve-map 2018-06-11 21:24:29 +02:00
hellerve
2e742a9c18 core: do not use Array in Map 2018-06-11 21:23:34 +02:00
Erik Svedäng
a38acb0adc Merge branch 'map' of https://github.com/hellerve/Carp into hellerve-map 2018-06-11 21:08:41 +02:00
hellerve
913e8e3892 core: add map 2018-06-11 20:50:54 +02:00
Erik Svedäng
a5a9a186eb A test to ensure we don't introduce the same bug again. 2018-06-11 15:44:58 +02:00
Erik Svedäng
23ca66a062 BUGFIX: A lookup of an interface symbol sometimes was replaced when it
was not sound to do so.
2018-06-11 15:31:14 +02:00
Erik Svedäng
dd429de65c Fix cause of formatting problems. 2018-06-11 15:26:24 +02:00
Erik Svedäng
d07121722b
Merge pull request #245 from hellerve/to-bytes
Core: add to-bytes
2018-06-07 19:03:28 +02:00
hellerve
289fa8b011 core: add to-bytes 2018-06-07 18:30:57 +02:00
Erik Svedäng
589dfcf8b8 Prevent run if no exe has been successfully built. 2018-06-07 13:13:47 +02:00
Erik Svedäng
9273d3dd01 Comment. 2018-06-07 12:52:29 +02:00
Erik Svedäng
29163a25a1 Prevent loading the same file multiple times during load/reload. 2018-06-07 11:57:59 +02:00
Erik Svedäng
0929319874 Better printing of generic types with multiple args. 2018-06-07 10:53:52 +02:00
Erik Svedäng
759e786be8 Beautified type signatures. 2018-06-07 10:47:02 +02:00
Erik Svedäng
ff5baf4dfd Todos. 2018-06-07 09:52:06 +02:00
Erik Svedäng
11538356ac Can parse dictionary syntax (e.g. {@"a" 123 @"b" 456}). 2018-06-05 14:41:38 +02:00
Erik Svedäng
644119a7ec Added 'Core.carp' file that contains files to load at boot. 2018-06-05 13:28:28 +02:00
Erik Svedäng
e28d1ba98d Tweak todo. 2018-06-05 13:23:07 +02:00
Erik Svedäng
a2ba30fd07 Switched to resolver 'LTS 11.12'. 2018-06-05 10:16:26 +02:00
Erik Svedäng
669aca2b96 Added dynamic function 'Project.no-echo' to disable echoing in examples. 2018-06-05 10:05:33 +02:00
Erik Svedäng
8928b10aa4 One more todo. 2018-06-05 09:47:24 +02:00
Erik Svedäng
e008eeac54 Rearranged todos a bit. 2018-06-05 09:46:17 +02:00
Erik Svedäng
6fb5a48d48 Relaxed the requirement on 'main' so it allows generic types. 2018-06-04 15:17:14 +02:00
Erik Svedäng
1079075637 Various tweaks. 2018-06-01 16:40:14 +02:00
Erik Svedäng
d3988ee583 Not a bug anymore. 2018-06-01 16:16:46 +02:00
Erik Svedäng
d878e26e79 BUGFIX: Parse error doesn't stop execution when running with -x flag from command line. 2018-06-01 16:15:44 +02:00
Erik Svedäng
4d98a22358 Possible to read float literal without '.', eg. "3f". 2018-06-01 14:17:54 +02:00
Erik Svedäng
1537415788 Todo. 2018-06-01 11:18:40 +02:00
Erik Svedäng
12dbe36adc Added function 'zip' and 'enumerated' for Array. 2018-06-01 11:18:34 +02:00
Erik Svedäng
f05efea2fe Added function 'copy-map-2'. 2018-06-01 11:00:50 +02:00
Erik Svedäng
b438edf09c BUGFIX: Parser now must consume whole input. 2018-06-01 10:24:46 +02:00
Erik Svedäng
718ed39d55 Example. 2018-06-01 09:42:02 +02:00
Erik Svedäng
6924b555d5 BUGFIX: Copy info when calling cdr and all-but-last. 2018-06-01 09:40:55 +02:00
Erik Svedäng
1697d69595 Should lookup 'key'. 2018-05-31 17:34:21 +02:00
Erik Svedäng
b11e42887f Experimenting with 'private'. 2018-05-31 17:34:03 +02:00
Erik Svedäng
e0da601f36 Signature annotations are honored and a mismatch will lead to compiler error. 2018-05-31 14:37:57 +02:00
Erik Svedäng
bd71229c13 Nicer docs because concretized versions of functions are hidden. 2018-05-31 13:51:00 +02:00