Commit Graph

  • 51259e084b
    Update README.md Sipher 2024-06-05 13:41:22 -0300
  • 1d66b89db2 added guide Vitor 2024-06-05 13:34:15 -0300
  • 3ca84bc653
    Update GUIDE.md Sipher 2024-06-05 13:32:13 -0300
  • 2ca3516573 edited the requirements Vitor 2024-06-05 13:31:30 -0300
  • 3aa450d124
    Update cspell.json Sipher 2024-06-05 13:07:59 -0300
  • c97e47107d
    Merge pull request #546 from HigherOrderCO/528-add-syntax-for-a-builtin-tree-type 0.2.32 Nicolas Abril 2024-06-05 16:02:05 +0000
  • b20a126768 Add tree syntax to syntax.md Nicolas Abril 2024-06-05 17:47:03 +0200
  • 64df76db00
    Update README.md Sipher 2024-06-05 12:20:19 -0300
  • b68ecee29b
    Update README.md Sipher 2024-06-05 12:16:02 -0300
  • 2efc8fcb37
    Merge pull request #454 from ematth/main Nicolas Abril 2024-06-05 14:19:32 +0000
  • 43f9d77968 Increase version to 0.2.32 Nicolas Abril 2024-06-05 16:03:29 +0200
  • b4bf3dede2 Add Tree syntax and builtins Nicolas Abril 2024-06-05 16:00:43 +0200
  • d382c7a60e
    Merge pull request #542 from HigherOrderCO/call-expand-generated-for-succ-term 0.2.31 Nicolas Abril 2024-06-04 19:22:18 +0000
  • 6be50fe8aa Bump version to 0.2.31 imaqtkatt 2024-06-04 16:19:43 -0300
  • c411067a34 Apply clippy suggestions imaqtkatt 2024-06-04 15:22:47 -0300
  • bb428fa09c Call expand_generated for succ_term imaqtkatt 2024-06-04 14:43:11 -0300
  • 19d7972a4a
    Merge pull request #539 from HigherOrderCO/dont-expand-recursive-generated-functions 0.2.30 Nicolas Abril 2024-06-04 14:27:51 +0000
  • 2ff7f417fb Reimplement stack based find_cycles imaqtkatt 2024-06-04 09:56:48 -0300
  • 741583c351 Bump version to 0.2.30 imaqtkatt 2024-06-04 09:11:04 -0300
  • 0ea135e3cb Expose recursive defs as a book method and rewrite find_cycles imaqtkatt 2024-06-04 09:08:30 -0300
  • ee4c32a68f Dont expand recursive definitions imaqtkatt 2024-06-03 09:47:33 -0300
  • 3b88a7ec9c
    Merge pull request #541 from HigherOrderCO/479-add-option-to-use-different-hvm-binary 0.2.29 imaqtkatt 2024-06-04 11:02:11 +0000
  • 2d49d49adb Bump version to 0.2.29 Nicolas Abril 2024-06-04 12:43:46 +0200
  • ce4f6c7067 Rename hvm bin option to hvm-bin, add env var with same name Nicolas Abril 2024-06-03 17:26:39 +0200
  • feeb7abad2
    README draft Kelvin Steiner 2024-06-03 12:13:30 -0300
  • b4582e7a57
    Merge pull request #537 from CristianoPizzamiglio/docs-readme-faq Yan Mendes 2024-06-01 20:32:42 +0000
  • 3aa54f8c37 Update FAQ link cristiano.pizzamiglio 2024-06-01 22:14:49 +0200
  • a5066181c5
    Merge pull request #535 from HigherOrderCO/hvm-path-option Nicolas Abril 2024-05-31 19:19:03 +0000
  • 8e652500d8 Run cargo fmt Nicolas Abril 2024-05-31 21:04:50 +0200
  • 394a0b58d5
    Merge pull request #534 from HigherOrderCO/526-mechanism-to-make-recursive-monadic-functions-not-loop Nicolas Abril 2024-05-31 16:54:36 +0000
  • 3705094b6d Add unbound refs check Nicolas Abril 2024-05-31 18:30:25 +0200
  • 2140f7a3a7 insta test/review completed evanmm3 2024-05-31 09:09:01 -0500
  • b33e857df4 remove .vscode from future commits evanmm3 2024-05-31 09:03:24 -0500
  • ec0dd6fa68 Add --hvm option in order to make it configurable Renato Alencar 2024-05-17 22:31:27 -0300
  • 6f6747ddc9
    Update src/fun/transform/desugar_with_blocks.rs Nicolas Abril 2024-05-30 23:58:39 +0200
  • 137591f7ae Fix dictionary and rename readback test Nicolas Abril 2024-05-30 23:37:26 +0200
  • 6182ac74fa Make monadic blocks lazy by defering execution of continuations with free vars Nicolas Abril 2024-05-30 21:07:12 +0200
  • 3c9a532df1
    Merge pull request #529 from HigherOrderCO/465-add-mapper-statements 0.2.28 Nicolas Abril 2024-05-30 20:03:25 +0000
  • ae0e2cbe84 Fix typo imaqtkatt 2024-05-30 16:36:26 -0300
  • 4c391a746a Bump version to 0.2.28 and update syntax doc imaqtkatt 2024-05-30 16:31:37 -0300
  • 8d5c768fc3
    Delete graphs from commit Evan M. Matthews 2024-05-29 15:55:12 -0400
  • ad34a2165b Implement in-place mapper imaqtkatt 2024-05-29 16:51:38 -0300
  • 720e748d25 fixed List/pop_front, added List/head evanmm3 2024-05-29 14:21:55 -0500
  • 7955dd9ce1
    Update List/append with stored value i-1 Evan M. Matthews 2024-05-29 12:30:33 -0400
  • 3324a53880
    Update List/pop_back Evan M. Matthews 2024-05-29 12:29:51 -0400
  • 523300bd4c
    Merge pull request #527 from NaoEhSavio/main Nicolas Abril 2024-05-29 15:08:44 +0000
  • 01506fd96c replace data with type NaoEhSavio 2024-05-29 11:59:58 -0300
  • deebd1f6f0
    Merge pull request #524 from HigherOrderCO/516-make-with-clauses-take-a-bind-and-an-argument 0.2.27 Nicolas Abril 2024-05-29 12:28:28 +0000
  • d086426e26 Remove commented debug code, update bend grammar Nicolas Abril 2024-05-29 14:25:55 +0200
  • f6fa53a74a Bump version to 0.2.27 Nicolas Abril 2024-05-29 10:13:09 +0200
  • d0db4f0c0c Update for rebase Nicolas Abril 2024-05-29 09:58:48 +0200
  • 7697acd137 Make with clauses take a bind and an argument Nicolas Abril 2024-05-29 09:15:13 +0200
  • 1bb6183559
    Merge pull request #523 from HigherOrderCO/494-change-the-monadic-block-syntax 0.2.26 Nicolas Abril 2024-05-29 07:26:24 +0000
  • a9f15b5c21 Bump version to 0.2.26 imaqtkatt 2024-05-28 19:10:24 -0300
  • ea4a79ca6d Change 'do' keyword to 'with' imaqtkatt 2024-05-28 16:49:00 -0300
  • 046b1d7826
    Merge pull request #522 from HigherOrderCO/471--make-the-long-string-tests-not-have-a-giant-output imaqtkatt 2024-05-28 15:30:04 +0000
  • 9f7871709a Move huge_tree test to compile_long imaqtkatt 2024-05-28 12:25:39 -0300
  • 3316964893 Add compile_long test imaqtkatt 2024-05-28 12:01:52 -0300
  • f72e544da8
    Merge pull request #491 from HigherOrderCO/CONTRIBUTING Nicolas Abril 2024-05-28 13:56:09 +0000
  • ba8fa19ce3
    Merge pull request #518 from HigherOrderCO/512-put-constructor-tags-behind-a-reference-in-num-scott-adt-encoding 0.2.25 imaqtkatt 2024-05-28 13:40:18 +0000
  • 983bd9034a Fix md table formatting imaqtkatt 2024-05-28 10:34:25 -0300
  • 6a58909bbf Update num scott compiler options imaqtkatt 2024-05-28 10:28:24 -0300
  • 1e930dadb8 Bump version to 0.2.25 imaqtkatt 2024-05-28 09:54:56 -0300
  • 8678d1a838
    Create go jazmyne 2024-05-28 00:10:09 -0700
  • 12826674c3
    Update CONTRIBUTING.md Yan Mendes 2024-05-27 16:52:12 -0300
  • 6759c2584d
    adds clippy word to cspell Yan Mendes 2024-05-27 16:41:01 -0300
  • dee1c72192 fix typos kings177 2024-05-27 16:38:48 -0300
  • 2bd0768e89 Add submitting changes and HVM issue headers kings177 2024-05-27 16:35:02 -0300
  • 053c7a5817 Fix string and list readback imaqtkatt 2024-05-27 15:50:06 -0300
  • b74c3e2693 Generate definitions for constructor tags imaqtkatt 2024-05-27 15:09:23 -0300
  • 043331190d
    Merge pull request #492 from Sipher/main Nicolas Abril 2024-05-27 14:26:52 +0000
  • 28eb877f7b
    Merge branch 'HigherOrderCO:main' into main Sipher 2024-05-27 11:05:18 -0300
  • b0201ec366 Merge branch 'main' of https://github.com/Sipher/Bend Vitor 2024-05-27 11:03:40 -0300
  • b83f23d278 changed BUILTINS.ms Vitor 2024-05-27 11:03:31 -0300
  • 7cb38c25b4
    Merge pull request #511 from HigherOrderCO/427-request-else-if-chains 0.2.24 Nicolas Abril 2024-05-27 14:00:18 +0000
  • f5dfa48dcd
    Merge pull request #515 from HigherOrderCO/kings177-patch-3 Nicolas Abril 2024-05-27 13:55:30 +0000
  • e848f5807c
    Fixed operations table Yan Mendes 2024-05-27 10:49:33 -0300
  • 3ec35c5092
    Fix spelling of successful Nicolas Abril 2024-05-27 15:15:15 +0200
  • 6c9f87c98c
    Explain that elifs are evaluated sequentially in syntax.md Nicolas Abril 2024-05-27 15:01:21 +0200
  • bd5617ab30 Adjust cspell imaqtkatt 2024-05-27 08:56:52 -0300
  • ac6f0fbb67 Bump version to 0.2.24 and update docs imaqtkatt 2024-05-27 08:53:32 -0300
  • 24b3219016 Implement elif imaqtkatt 2024-05-27 08:15:36 -0300
  • 6f608683c8
    Merge pull request #510 from HigherOrderCO/Zafnok-patch-1 0.2.23 Nicolas Abril 2024-05-27 11:12:54 +0000
  • 17c7f1dd9c Improve the FAQ a bit Nicolas Abril 2024-05-27 13:07:42 +0200
  • dacb692799 Update and rename KNOWN_ISSUES.md to FAQ.md Zafnok 2024-05-21 11:52:43 -0400
  • ddb964fb85
    Merge pull request #509 from HigherOrderCO/506-cant-gen-cu-directly Nicolas Abril 2024-05-27 10:52:34 +0000
  • 2a1eefb8c2 Fix gen-cu and gen-c commands after move to hvm ast Nicolas Abril 2024-05-27 12:49:34 +0200
  • be9eaeb7cf
    Merge pull request #505 from HigherOrderCO/486-remove-the-nightly-features 0.2.22 Nicolas Abril 2024-05-26 10:43:54 +0000
  • 66db0b2696 Fix hvm version to 2.0.17 Nicolas Abril 2024-05-26 12:39:29 +0200
  • a78b196214 Bump version to 0.2.22 Nicolas Abril 2024-05-26 12:26:50 +0200
  • 85b2dac6c1 Switch to rust stable Nicolas Abril 2024-05-26 12:25:41 +0200
  • 8aa5929743
    Merge pull request #503 from Gadersd/patch-1 Nicolas Abril 2024-05-26 08:21:20 +0000
  • 24f6995708
    Correct typo Gadersd 2024-05-25 20:03:12 -0400
  • 22484c90d4
    Merge cbe86fc212 into 948eaf0a09 Rishi Kumar 2024-05-25 19:15:39 -0300
  • 948eaf0a09
    Merge pull request #501 from HigherOrderCO/475-use-the-hvm-ast-for-representing-inets-inside-the-compiler 0.2.21 Nicolas Abril 2024-05-25 18:21:33 +0000
  • bc610d1717 Bump version to 0.2.21 Nicolas Abril 2024-05-25 19:05:22 +0200
  • 01a3337d49 Use the HVM AST instead of an internal one Nicolas Abril 2024-05-25 19:01:11 +0200
  • 1460251ca1
    Merge pull request #481 from Qelxiros/feature/invalid_numbers Nicolas Abril 2024-05-25 16:22:17 +0000
  • 5ce7474118
    cargo fmt Jeremy Smart 2024-05-25 12:14:03 -0400
  • cbe86fc212 Add instructions on how to use bend with nix Rishi Kumar 2024-05-25 13:26:10 +0530