Commit Graph

211 Commits

Author SHA1 Message Date
Erik Svedäng
ccf1afaf84 This todo seems done. 2018-02-01 20:15:58 +01:00
Erik Svedäng
fb58375b56 Todo. 2018-02-01 19:59:35 +01:00
Erik Svedäng
cfde5cf17d Bug found. 2018-02-01 17:29:45 +01:00
Erik Svedäng
e3b34f3c46 Error messages for most common mistakes when defining structs, easy to
add more now.
2018-02-01 16:40:12 +01:00
Irakli Gozalishvili
878d7055ed
Fix broken link 2018-01-31 12:38:00 -08:00
Erik Svedäng
8281dfa109 Made inc, dec, max, min into interfaces. Changed Array.max/min to new
names. Fixed tests and removed special max/min from Statistics module.
2018-01-29 07:14:56 +01:00
Erik Svedäng
7660b32db3 Fixed: When composing interfaces the concretizer needs to run more times to make sure that all types are figured out. 2018-01-29 06:48:30 +01:00
Erik Svedäng
b169b6f3b1 Link. 2018-01-29 06:35:04 +01:00
Erik Svedäng
33aeab7c82 FIXED: Fails to find the correct Array.str when calling println* in a do-form. 2018-01-28 05:56:03 +01:00
Erik Svedäng
1ca918a690 Todos. 2018-01-27 12:01:27 +01:00
Erik Svedäng
77084f4da9 Todo. 2018-01-26 18:53:35 +01:00
Erik Svedäng
c750eee49d Note. 2018-01-23 08:32:47 +01:00
Erik Svedäng
957cd5d389 Todos. 2018-01-23 07:19:55 +01:00
Erik Svedäng
6146dac221 More research links. 2018-01-23 07:18:13 +01:00
Erik Svedäng
1eb8ae27bf Todo. 2018-01-19 09:42:02 +01:00
Erik Svedäng
abe7b46cc8 Todos. 2018-01-18 23:00:24 +01:00
Erik Svedäng
f747920790 Todos. 2018-01-16 11:01:55 +01:00
Erik Svedäng
f9f627d691 Todo, intero 0.1.24, run sorting example. 2018-01-15 16:59:48 +01:00
Erik Svedäng
9f771b4202 Bug found. 2018-01-11 08:16:45 +01:00
hellerve
6419b48517 todo: removed range from todos 2018-01-10 14:20:17 +01:00
Erik Svedäng
4404749b80 Todo. 2018-01-03 15:15:47 +01:00
Erik Svedäng
c5230db520 Todos. 2018-01-03 15:12:14 +01:00
Erik Svedäng
c443a898fa Another critical bug to solve. 2018-01-02 15:05:07 +01:00
Erik Svedäng
64771d7aff Todo. 2018-01-02 09:09:22 +01:00
Erik Svedäng
44c4a71e88 Hacked the sorting for now. 2017-12-28 17:24:58 +01:00
Erik Svedäng
57bb9a7469 Extracted out Debug module. 2017-12-23 14:10:44 +01:00
Erik Svedäng
38dfd02f14 More memory tests. 2017-12-23 13:54:47 +01:00
Erik Svedäng
61208b599f Setting up proper test suit for finding memory errors. 2017-12-23 08:33:13 +01:00
Erik Svedäng
35967c3d4f Docs. 2017-12-23 06:38:45 +01:00
Erik Svedäng
b663599fc1 Messed around a little with inf-carp mode. 2017-12-23 06:09:58 +01:00
Erik Svedäng
3b2c07fcc3 Reorganised the language guide a bit. 2017-12-22 15:09:53 +01:00
Erik Svedäng
660a0c4269 Show 'register-type' in language guide. 2017-12-22 15:01:00 +01:00
Erik Svedäng
7415aeda0e Todo. 2017-12-22 14:49:21 +01:00
hellerve
c73e2fa195 docs: updated language guide 2017-12-18 17:27:51 +01:00
Erik Svedäng
a7753a482e Change of terminology. 2017-12-15 19:59:26 +01:00
Erik Svedäng
5e9a4cdff8 Links to external libraries. 2017-12-15 19:58:02 +01:00
Erik Svedäng
7e10e654b3 List more modules in Libraries.md 2017-12-15 15:39:38 +01:00
Erik Svedäng
e2e0617d25 Todo and bug stuff. 2017-12-15 15:31:56 +01:00
Erik Svedäng
041c615d36 Todo. 2017-12-15 10:38:47 +01:00
Your Name
3f0c5047f1 Changed pi symbol to 'pi' 2017-12-14 22:48:19 +01:00
Erik Svedäng
46de83b4b1 Two new interfaces: '<' and '>'. Also found a bug. 2017-12-13 22:29:43 +01:00
Erik Svedäng
5d2481e183 Stop evalutaion of forms after errors. 2017-12-13 22:09:12 +01:00
Erik Svedäng
1f8362a5c0 Slightly nicer source location reporting. 2017-12-13 21:48:52 +01:00
Erik Svedäng
80dde0c1d3 Reorganized todos a bit. 2017-12-13 08:45:31 +01:00
Erik Svedäng
63ee2401b7 Bugfix: Prevent (type NONEXISTINGNAMESPACE.println) from working. 2017-12-12 22:24:43 +01:00
Erik Svedäng
e1cac02800 Fixed: Importing Int and Array into String module (when defining functions there) break things. 2017-12-12 22:17:17 +01:00
Erik Svedäng
59b63d2b6d Game example should make use of search paths. 2017-12-12 12:33:55 +01:00
Erik Svedäng
25080cfc24 Choices.md 2017-12-12 10:43:15 +01:00
Erik Svedäng
0bf2d2bcaf Merge branch 'master' of https://github.com/carp-lang/Carp 2017-12-10 19:45:59 +01:00
Erik Svedäng
6ac76fc39e Subarray. 2017-12-08 15:12:50 +01:00