Commit Graph

1699 Commits

Author SHA1 Message Date
imaqtkatt
bd5617ab30 Adjust cspell 2024-05-27 08:56:52 -03:00
imaqtkatt
ac6f0fbb67 Bump version to 0.2.24 and update docs 2024-05-27 08:53:32 -03:00
imaqtkatt
24b3219016 Implement elif 2024-05-27 08:15:36 -03:00
Nicolas Abril
ddb964fb85
Merge pull request #509 from HigherOrderCO/506-cant-gen-cu-directly
Fix gen-cu and gen-c commands after move to hvm ast
2024-05-27 10:52:34 +00:00
Nicolas Abril
2a1eefb8c2 Fix gen-cu and gen-c commands after move to hvm ast 2024-05-27 12:49:34 +02:00
Nicolas Abril
be9eaeb7cf
Merge pull request #505 from HigherOrderCO/486-remove-the-nightly-features
Move from rust nightly to rust stable
2024-05-26 10:43:54 +00:00
Nicolas Abril
66db0b2696 Fix hvm version to 2.0.17 2024-05-26 12:39:29 +02:00
Nicolas Abril
a78b196214 Bump version to 0.2.22 2024-05-26 12:27:36 +02:00
Nicolas Abril
85b2dac6c1 Switch to rust stable 2024-05-26 12:27:36 +02:00
Nicolas Abril
8aa5929743
Merge pull request #503 from Gadersd/patch-1
Correct typo
2024-05-26 08:21:20 +00:00
Gadersd
24f6995708
Correct typo 2024-05-25 20:03:12 -04:00
Nicolas Abril
948eaf0a09
Merge pull request #501 from HigherOrderCO/475-use-the-hvm-ast-for-representing-inets-inside-the-compiler
Use the hvm ast for representing inets inside the compiler
2024-05-25 18:21:33 +00:00
Nicolas Abril
bc610d1717 Bump version to 0.2.21 2024-05-25 19:05:22 +02:00
Nicolas Abril
01a3337d49 Use the HVM AST instead of an internal one 2024-05-25 19:03:13 +02:00
Nicolas Abril
1460251ca1
Merge pull request #481 from Qelxiros/feature/invalid_numbers
throw an error on invalid numbers
2024-05-25 16:22:17 +00:00
Jeremy Smart
5ce7474118
cargo fmt 2024-05-25 12:14:03 -04:00
Nicolas Abril
ca2f68eb37
Merge pull request #480 from HigherOrderCO/455-add-documentation-of-the-map-syntaxes-in-featuresmd
#455 add documentation of the map syntaxes in features.md
2024-05-24 21:50:05 +00:00
imaqtkatt
37f2521afb Improve map feature documentation 2024-05-24 15:56:09 -03:00
Jeremy Smart
95b4b7000e
rerun tests 2024-05-24 14:06:02 -04:00
Jeremy Smart
e69b9381a3
improve error messages 2024-05-24 12:48:28 -04:00
Jeremy Smart
196f34a6c1
Allow for hex digits
Co-authored-by: Nicolas Abril <y906846m@anonaddy.me>
2024-05-24 12:41:44 -04:00
Nicolas Abril
534e71dc55
Merge pull request #490 from HigherOrderCO/489-nested-map-setters
#489 Map setters using map getters
2024-05-24 16:32:18 +00:00
imaqtkatt
c166c3562b Bump version to 0.2.20 2024-05-24 13:24:35 -03:00
imaqtkatt
b436232a3f Implement getter generation for map setter keys 2024-05-24 12:22:42 -03:00
Nicolas Abril
cfd9b03efd
Merge pull request #487 from HigherOrderCO/478-dont-allow-variable-names-to-contain-__
478 dont allow variable names to contain "__"
2024-05-24 14:31:20 +00:00
imaqtkatt
f92932063b Refactor name parsing 2024-05-24 11:23:48 -03:00
imaqtkatt
ef25fdb867 Bump version to 0.2.19 2024-05-24 10:51:26 -03:00
imaqtkatt
20a20027d3 Dont allow variable names contain '__' 2024-05-24 10:50:04 -03:00
Nicolas Abril
cdbaf66da6
Merge pull request #484 from HigherOrderCO/483-nested-map-gets
483 nested map gets
2024-05-24 12:09:13 +00:00
imaqtkatt
43196806a5 Change substitutions to vec 2024-05-24 09:06:40 -03:00
imaqtkatt
f73398c420 Bump version to 0.2.18 2024-05-24 08:36:47 -03:00
imaqtkatt
4d303ac99c Fix variable generation for nested map gets 2024-05-24 08:35:44 -03:00
imaqtkatt
3db46c65f5 Improve map feature documentation 2024-05-23 17:05:45 -03:00
Jeremy Smart
b5c09a81e0
throw an error on invalid numbers 2024-05-23 16:05:17 -04:00
imaqtkatt
b2b019d8d2 Add map syntax in features 2024-05-23 16:50:41 -03:00
Nicolas Abril
5036534d9f
Merge pull request #458 from HigherOrderCO/top-level-names-with-double-slash
Dont allow top level names start with '//'
2024-05-23 20:55:24 +02:00
imaqtkatt
bf50df36a4 Bump version to 0.2.17 2024-05-23 14:44:06 -03:00
imaqtkatt
af8d6e3e0b Dont allow top level names start with '//' 2024-05-23 14:43:25 -03:00
Nicolas Abril
200ff1558f
Merge pull request #456 from HigherOrderCO/improve-switch-doc
Improve switch predecessor variable doc
2024-05-23 19:38:57 +02:00
Nicolas Abril
2359de94be
Merge pull request #460 from Ptitet/patch-1
Fixed typo in examples/parallel_and.bend
2024-05-23 19:38:12 +02:00
Nicolas Abril
9e7141f9f6
Merge pull request #461 from HigherOrderCO/new-io
Add new IO, fix pruning
2024-05-23 19:37:49 +02:00
Nicolas Abril
744ff6e946 Bump version to 0.2.16 2024-05-23 19:34:50 +02:00
Nicolas Abril
e700294e1d Add new IO, fix pruning 2024-05-23 19:25:24 +02:00
Le Michel
431f9eeb2f
Fixed typo in examples/parallel_and.bend 2024-05-23 18:52:54 +02:00
imaqtkatt
9f6672bd92 Improve switch predecessor variable doc 2024-05-22 19:36:59 -03:00
Nicolas Abril
449111516e
Merge pull request #450 from HigherOrderCO/kings177-patch-1
Changes some styles and enforces following of guidelines on issue openings
2024-05-22 20:41:01 +00:00
Yan Mendes
bfa5f346b1
Changes some styles and enforces following of guidelines on issue openings 2024-05-22 17:38:33 -03:00
Nicolas Abril
fd6e6ddec5
Merge pull request #448 from HigherOrderCO/guide-examples
Add guide examples to the tests, fix miscompilation of **
2024-05-22 19:28:36 +00:00
Nicolas Abril
30730e7c20 Bump version to 0.2.15 2024-05-22 21:25:44 +02:00
Nicolas Abril
b0fd8dfb91 Add guide examples to tests 2024-05-22 21:25:31 +02:00