Commit graph

  • 8fe16fadcd README: add Fibonacci example. main antirez 2023-02-01 23:11:15 +0100
  • dc9dc8bf8d README: f/xclarify list insert operators behavior. antirez 2023-02-01 23:03:38 +0100
  • 6b75bbb7ea README: in the stack -> on the stack. antirez 2023-02-01 22:57:26 +0100
  • 5bc204546c README: fix markdown of a code block. antirez 2023-02-01 22:54:33 +0100
  • 409a373be8 README: grammar fix. Not -> no. antirez 2023-02-01 22:52:59 +0100
  • 8e8f5e08a4 README: grammar. antirez 2023-02-01 19:14:06 +0100
  • d5801540d9 More markdown fix. antirez 2023-02-01 19:07:41 +0100
  • c63b410c4c README: markdown fix. antirez 2023-02-01 19:07:11 +0100
  • a61ff97aac README: tell that we don't show the full parser. antirez 2023-02-01 19:06:33 +0100
  • 528741b974 README: grammar. antirez 2023-02-01 19:00:51 +0100
  • cc2c34dddd README improved. antirez 2023-02-01 18:54:29 +0100
  • 788c6fd7b3 More markdown fights. antirez 2023-02-01 12:12:30 +0100
  • e69deac83e Markdown fixes. antirez 2023-02-01 12:10:00 +0100
  • 6d34f5462b README: draft finished. antirez 2023-02-01 12:03:03 +0100
  • 6bfda37ea1 README: Aocla objects and parser. antirez 2023-01-31 22:36:20 +0100
  • 9be947510a README: some internals explanation. antirez 2023-01-31 20:05:50 +0100
  • 60da2d1f77 README: more information about the language added. antirez 2023-01-31 13:22:27 +0100
  • a4e5be2ab5 make-tuple should set non quoted state. antirez 2023-01-31 13:22:12 +0100
  • 2a0dd067d3 make-tuple and a few memory fixes. antirez 2023-01-31 12:57:11 +0100
  • b4e37ec848 Native and polymorphic cat. antirez 2023-01-31 12:22:21 +0100
  • 0b21b1f5be README: initial part and sections. antirez 2023-01-30 23:07:32 +0100
  • 33f28950a0 Fibonacci example. antirez 2023-01-30 22:33:15 +0100
  • d4d5b59bca Fix operator order in math procedures. antirez 2023-01-30 18:08:49 +0100
  • 965ab21953 Add a few example programs. antirez 2023-01-30 11:45:55 +0100
  • ea3886d0cb Remove comma from list printing: use same syntax as language. antirez 2023-01-30 11:35:42 +0100
  • 3fdd4d87ef cat procedure added to standard lib. antirez 2023-01-30 11:31:57 +0100
  • daa29ee819 Add library procedures: map, foreach, first, rest. antirez 2023-01-30 11:18:37 +0100
  • f8d8a629ab Quoted tuples. antirez 2022-12-23 12:02:09 +0100
  • 430dee9961 uplevel + get@ for strings, tuples. antirez 2022-12-22 18:30:57 +0100
  • c7f94dd886 Examples dir added. antirez 2022-12-22 11:08:16 +0100
  • 083858ae4c Parser fix and refactoring. Implemented map in Aocla. antirez 2022-12-22 10:54:52 +0100
  • b2dec63b4b Fix if/ifelse. Add showstack. Change @idx. antirez 2022-12-22 10:40:31 +0100
  • 03e6c46d7c get@. antirez 2022-12-21 22:27:49 +0100
  • cc7fd74d87 Len. antirez 2022-12-21 21:52:08 +0100
  • 16c99cf2a0 Added while, and other fixes. antirez 2022-12-21 21:32:48 +0100
  • 68e6076719 BSD 2 clause license added. antirez 2022-12-21 16:12:46 +0100
  • d0025f9aed Line number context and call stack in errors. antirez 2022-12-21 15:27:17 +0100
  • 84b9cb7e99 Comments, string object, output improvements. antirez 2022-12-21 12:45:29 +0100
  • 58b779f2ef Run program from file. antirez 2022-12-21 11:44:47 +0100
  • 54807bb9fc Fix a few memory leaks. antirez 2022-12-21 09:05:52 +0100
  • b0a58b4236 Bool type added. Fix stackPush() refcount handling. antirez 2022-12-21 08:57:29 +0100
  • 9465e08d20 Simpler C procedure prototype. antirez 2022-12-21 08:26:54 +0100
  • dcf2fd3d9b def antirez 2022-12-20 22:24:22 +0100
  • 6e4870766c Quoted symbols. antirez 2022-12-20 22:12:45 +0100
  • 2ce51cf5a5 Locals can use any char + addProcString(). antirez 2022-12-20 22:08:02 +0100
  • c86faa26ac Variables pushing. Now the base language is complete. antirez 2022-12-20 14:20:38 +0100
  • fd274cad34 Variables capturing. antirez 2022-12-20 14:10:45 +0100
  • 260d379cd5 sort and comparison procedures. antirez 2022-12-20 12:52:41 +0100
  • 1e6e906074 Better stack visualization. antirez 2022-12-19 22:06:02 +0100
  • 0dcacdcf06 Tuples are only made of lowercase single letters. antirez 2022-12-19 17:18:18 +0100
  • 4a0f0bb206 Procedure call fixed. antirez 2022-12-19 17:14:55 +0100
  • 1350a61d3c Some work toward a working eval(). antirez 2022-12-19 15:53:44 +0100
  • 36a3976d53 Tuples parsing. C procedues in aproc structure. antirez 2022-12-19 11:20:38 +0100
  • 15fa5fefd8 REPL loop and parsing changes. antirez 2022-12-15 22:40:24 +0100
  • 58cc7dcc97 Initial changes to go from AoC puzzle to an interpreter. antirez 2022-12-15 14:55:40 +0100