Commit graph

  • 5a84f5e305 Fixed the eval-real test Simon Brooke 2018-12-21 21:35:57 +00:00
  • 7cd2cbf785 Very small progress. Simon Brooke 2018-12-20 11:01:13 +00:00
  • 637d78fb1b Much work, all I think positive, but defun still doesn't work. Simon Brooke 2018-12-18 21:10:03 +00:00
  • efea0192f3 Merge remote-tracking branch 'origin/develop' into develop Simon Brooke 2018-12-13 23:24:52 +00:00
  • cec32eff54 Progress, but there's something wrong with nlambdas Simon Brooke 2018-12-13 23:20:34 +00:00
  • 11409301da Tactical commit before trying adventurous change in peano Simon Brooke 2018-12-13 19:23:44 +00:00
  • facd5ccc94 Started work on nlambda. It isn't working yet. Simon Brooke 2018-12-13 17:08:47 +00:00
  • 0550b0168f And now the interpreter works (I think) correctly! Simon Brooke 2018-12-12 21:12:49 +00:00
  • 434c17eb0e And now the interpreter works (I think) correctly! Simon Brooke 2018-12-12 21:12:49 +00:00
  • 676b231743 Interpreter working! Simon Brooke 2018-12-12 18:49:05 +00:00
  • 7189c0172c Much work on the interpreter, but it is getting messy Simon Brooke 2018-12-12 16:20:16 +00:00
  • 7d0b6bec97 Colourised print. Simon Brooke 2018-12-12 11:48:24 +00:00
  • 9bfc9074b0 Improved (for me) formatting on Mac Simon Brooke 2018-12-08 14:09:57 +00:00
  • 27fd678888 Tried to get more sensible printing of floating point numbers Simon Brooke 2018-12-08 00:28:15 +00:00
  • fc960dec20 Fixed! A stupid error which was entirely my fault Simon Brooke 2018-12-07 22:33:59 +00:00
  • d620542ee5 Trying to get to the point where make format works the same Simon Brooke 2018-12-07 20:53:09 +00:00
  • 93b84087ce There's an enormous lot of good stuff in this, but I've messed up print almost certainly by writing a non-wide character to a wide stream. Simon Brooke 2018-12-07 20:09:33 +00:00
  • 7e40d65df0 Fixed misnamed unit test file; upversioned to 0.0.2 Simon Brooke 2018-12-07 06:51:00 +00:00
  • 15b04be9a9 Merge branch 'develop' Simon Brooke 2018-12-07 06:46:46 +00:00
  • 645ab3674e All unit tests pass. The eval-quote problem is solved. Simon Brooke 2018-12-07 06:43:23 +00:00
  • fd9c851185 Merge branch 'develop' of github.com:simon-brooke/post-scarcity into develop Simon Brooke 2018-12-07 06:39:23 +00:00
  • 15ded8c821 Several new unit tests Simon Brooke 2018-12-07 06:32:51 +00:00
  • 1307c65e94 And the answer was, eval is a function, not a special form. Simon Brooke 2018-12-07 06:32:02 +00:00
  • 88fd7d95d9 Added Doxyfile, updated Makefile, reformatted. Simon Brooke 2018-12-06 18:09:18 +00:00
  • 3112f190db Work on the eval-quote bug. I have a really profound misunderstanding here! But, in working on it, I've worked hard on documentation, which is good. Simon Brooke 2018-12-06 17:55:54 +00:00
  • 7f29c11592 Added new unit test for a failing behaviour in eval Simon Brooke 2018-12-05 09:33:37 +00:00
  • a59e120085 Added some working notes Simon Brooke 2017-10-16 14:39:40 +01:00
  • 01cf08b100 COND working simon 2017-10-16 14:37:09 +01:00
  • b989b5e041 PROGN working simon 2017-10-16 12:22:49 +01:00
  • 9d44915c6e Merge branch 'release/0.0.1' Simon Brooke 2017-10-15 18:31:26 +01:00
  • 45d129facb Merge branch 'release/0.0.1' into develop Simon Brooke 2017-10-15 18:31:25 +01:00
  • 05854725c8 Upversion to 0.0.1 simon 2017-10-15 18:31:10 +01:00
  • 685790df43 Apply works; all unit tests pass. simon 2017-10-15 18:27:55 +01:00
  • 8e7d1ab913 More work on apply, also trying to read dotted pairs. simon 2017-10-15 17:01:03 +01:00
  • 89b4f093f9 Fixed bug which caused reader to infinite loop if symbol contained non-alnum. Simon Brooke 2017-10-15 15:14:34 +01:00
  • 0685442e1a Tidied up 'wide' printing. Simon Brooke 2017-10-15 14:31:57 +01:00
  • ba4a31c25a All tests passing except 'apply', which is genuinely broken; I'm not yet sure what's wrong. Simon Brooke 2017-10-15 14:17:54 +01:00
  • f988147bb2 Added 'make repl', just because it's an easy way to launch. simon 2017-10-07 17:13:53 +01:00
  • b75d01f063 Merge remote-tracking branch 'origin/develop' into develop simon 2017-10-07 17:03:00 +01:00
  • c396370e51 Fixed a number of unit tests (problems were output format, not actual bugs) Simon Brooke 2017-10-07 15:11:07 +01:00
  • 3e8e621fdd Merge remote-tracking branch 'refs/remotes/origin/develop' Simon Brooke 2017-10-06 18:28:14 +01:00
  • 0e224e551b EVAL on arithmetic operations still not working simon 2017-10-06 18:27:01 +01:00
  • 77393b70ad Fix build bugs Simon Brooke 2017-09-25 13:34:46 +01:00
  • 832ae3be0d New unit tests. Simon Brooke 2017-09-25 10:01:25 +01:00
  • b713c1822d WArning! this doesn't even build! Half way through reworking eval. Simon Brooke 2017-09-17 20:18:15 +01:00
  • cf1b09c62a Bug in reading reals. simon 2017-09-17 11:29:49 +01:00
  • 79f7492390 Whitespace changes only - trying to keep the format regular simon 2017-09-14 19:02:03 +01:00
  • e43c9a7b33 Documentation in conspage.h Simon Brooke 2017-09-14 15:51:11 +01:00
  • 46fff43fc7 Merge branch 'feature/exp2' into develop Simon Brooke 2017-09-13 18:02:12 +01:00
  • 27f39e85ea Integer arithmetic works, real doesn't - yet. Simon Brooke 2017-09-13 18:01:35 +01:00
  • 648a4cd522 Add and multiply now work, but robustly. Simon Brooke 2017-09-13 17:00:13 +01:00
  • 0826dcfdda Huge progress. Now actually working. simon 2017-09-13 15:58:59 +01:00
  • 9661ad339a This isn't working, but I think it's progress. simon 2017-09-13 12:50:20 +01:00
  • 5dee093e65 All tests still pass and a lot of debugging junk is gone Simon Brooke 2017-09-13 00:25:11 +01:00
  • 306f520082 12/12 tests passed! Moving onward... simon 2017-09-12 22:30:15 +01:00
  • 00257ec076 Merge branch 'exp1' into develop simon 2017-09-12 22:14:42 +01:00
  • 36d8431a91 11 out of 12 unit tests passing, progress! simon 2017-09-12 22:14:11 +01:00
  • 784fdce49a Ignore backup files. simon 2017-09-12 19:53:59 +01:00
  • 2d5fe63b55 No backup files in RCS! simon 2017-08-16 09:31:44 +01:00
  • d7886550a6 Standardised formatting. simon 2017-08-14 20:18:13 +01:00
  • 31176e1f39 Some improvement, but two unit tests fail. simon 2017-08-14 17:57:23 +01:00
  • 48d4de668e Merge branch 'master' into develop simon 2017-08-14 13:06:15 +01:00
  • 34c30f3ede Merge remote-tracking branch 'origin/master' simon 2017-08-14 13:04:26 +01:00
  • 84dcbdc38b Added .gitignore simon 2017-08-14 09:46:08 +01:00
  • cf62b4d088 Added .gitignore simon 2017-08-14 09:44:54 +01:00
  • e968b30bbc Sorted out some interesting buglets in read and print (although there is still one I know of). More unit tests, and all pass. Not evalling yet. Simon Brooke 2017-01-20 18:24:48 +00:00
  • 770767c11e Now have quote. Everything still seems to work. Unit tests still pass. Simon Brooke 2017-01-20 12:27:09 +00:00
  • 03dfe37045 Lisp-ops bound on oblist but not yet being used. All unit tests still pass. Simon Brooke 2017-01-20 12:05:10 +00:00
  • 1133a07752 Enough lisp operations implemented that it's now probably possible to try a read-eval-print loop. Read still isn't correctly reading UTF characters, but so long as I don't use UTF characters it's OK (bug needs fixing, but). Simon Brooke 2017-01-13 17:40:49 +00:00
  • 7e53ce2c4f Added stuff for a lisp stack, but not yet integrated. Simon Brooke 2017-01-13 08:44:56 +00:00
  • 432ccb2d44 Frustrating. I think all the conversion to 'wide' (UTF) character handling is done, and all the existing unit tests pass - but UTF characters are nevertheless not read or printed correctly. Simon Brooke 2017-01-13 00:45:00 +00:00
  • 472b58b900 Merge branch 'master' of github.com:simon-brooke/post-scarcity Simon Brooke 2017-01-12 18:41:36 +00:00
  • f64469235d Argh! simon 2017-01-12 15:02:41 +00:00
  • b0ea969197 Almost working lispops. simon 2017-01-12 15:02:13 +00:00
  • c47ef5d8f9 Interning symbols (actually, not just symbols) and creating an oblist. Simon Brooke 2017-01-07 16:09:40 +00:00
  • ecf5fe19bb Added equality operators, so that I can intern symbols. Simon Brooke 2017-01-07 13:48:18 +00:00
  • 2d9f4b0439 All unit tests passing! This is slightly a fix because there is a bug with the character read after reading a number not being correctly pushed back onto the input stream, but... Simon Brooke 2017-01-07 12:24:54 +00:00
  • 6eab3a531a Added more unit tests. Simon Brooke 2017-01-07 11:13:06 +00:00
  • 8026138b9c Added primitive unit testing. Simon Brooke 2017-01-07 10:48:28 +00:00
  • 85cc542d74 Reads, stores and prints numbers correctly. Reads and stores lists and strings, but they don't print correctly. Simon Brooke 2017-01-07 02:17:54 +00:00
  • 5920b0d04f Added first cut of reader and writer, but nothing working at this stage. Simon Brooke 2017-01-06 22:49:04 +00:00
  • 0e693d4360 Well, a strat has been made. simon 2017-01-06 16:21:11 +00:00
  • 2e77d2beb6 Having found rust wasn't going to work, I've hacked up a rough core of the cons space in C. None of this is tested. simon 2017-01-06 15:25:16 +00:00
  • 655526afac I'd like to have used Rust as the implementation language for this, but it doesn't really work yet because it lacks union structs. So, much as I dislike C, C it will have to be. simon 2017-01-06 10:14:57 +00:00
  • 0092c30390 Added Cargo.toml and main.rs, even though neither does anything of interest yet. Simon Brooke 2017-01-04 19:13:17 +00:00
  • ccdad5b974 Update README.md Simon Brooke 2017-01-02 13:17:47 +00:00
  • a35f31598e Update README.md Simon Brooke 2017-01-02 11:08:57 +00:00
  • acf2017268 Initial commit Simon Brooke 2017-01-02 11:07:48 +00:00