Commit Graph

1871 Commits

Author SHA1 Message Date
Nicolas Abril
9fc8a726af Fix pruning of native hvm defs 2024-06-17 15:31:22 +02:00
Nicolas Abril
8b5555c490
Merge pull request #589 from HigherOrderCO/586-add-option-to-write-raw-hvm-in-bend-programs
#586 Add raw hvm function syntax
2024-06-16 22:47:34 +00:00
Nicolas Abril
d79e542ac6
Add link to HVM syntax 2024-06-16 22:16:56 +02:00
Nicolas Abril
be7b8d3cad Fix parsing of hvm defs 2024-06-15 18:57:36 +02:00
Nicolas Abril
d6bdde548e Add raw hvm function syntax 2024-06-15 17:22:55 +02:00
Nicolas Abril
4d43bd9405
Merge pull request #585 from HigherOrderCO/583-add-log-and-atan2-operations-for-floats
#583 Add log and atan2 operations for floats
2024-06-13 18:13:38 +00:00
imaqtkatt
f11af644d1 Improve log and atan2 code comments 2024-06-13 13:48:34 -03:00
imaqtkatt
f8811850a7 Update num ops test 2024-06-13 10:39:07 -03:00
imaqtkatt
bc43142649 Update docs 2024-06-13 09:59:33 -03:00
imaqtkatt
88a3a310d6 Update changelog 2024-06-13 09:11:14 -03:00
imaqtkatt
893c620df9 Add log and atan2 as builtin functions 2024-06-13 09:06:32 -03:00
imaqtkatt
4db1e68f2d
Merge pull request #584 from HigherOrderCO/add-changelog-for-past-versions
#549 Add changelog for past versions
2024-06-12 19:21:40 +00:00
imaqtkatt
f1392b6979 Add missing links, add 0.2.7 and adjust cspell 2024-06-12 14:18:57 -03:00
imaqtkatt
368a8fc2ac Add missing dates 2024-06-12 13:54:07 -03:00
imaqtkatt
addd75a6fd Update changelog 2024-06-12 13:50:55 -03:00
imaqtkatt
9227ae4866 WIP add past versions to changelog 2024-06-12 10:54:16 -03:00
Eduardo Sandalo Porto
18b9f6654a
Merge pull request #577 from HigherOrderCO/shader-guide-example
Change shader example in the guide
2024-06-10 21:37:31 +00:00
Eduardo Sandalo Porto
e57a90ffc8 Change shader example in the guide
Necessary due to the newly-implemented safety checking for HVM
2024-06-10 18:35:29 -03:00
Sipher
c3b1a363b9
Update README.md (#575)
* Update README.md

Quickfix to the Bitonic Sorter example

* Update README.md
2024-06-10 16:12:27 -03:00
Nicolas Abril
d6ccce5819
Merge pull request #572 from HigherOrderCO/463-dont-allow-mixed-indentation
#463 Dont allow mixed indentation
2024-06-10 16:48:43 +00:00
imaqtkatt
f2d651d444
Update CHANGELOG.md
Co-authored-by: Nicolas Abril <nicolas@higherorderco.com>
2024-06-10 12:21:31 -03:00
imaqtkatt
59d83acd71 Update changelog 2024-06-10 12:19:05 -03:00
imaqtkatt
a818276d95 Update changelog 2024-06-10 10:10:29 -03:00
imaqtkatt
168892ddb7 Don't allow tabs 2024-06-10 10:04:09 -03:00
Nicolas Abril
d44bb151f0
Merge pull request #571 from HigherOrderCO/developedby-patch-1
Mention the FAQ in the bug report template
2024-06-10 11:22:09 +00:00
Nicolas Abril
166421febe
Mention the FAQ in the bug report template 2024-06-10 13:19:43 +02:00
Nicolas Abril
fca4edb080
Merge pull request #567 from HigherOrderCO/485-improve-the-error-message-when-redefining-a-builtin-function
#485 Improve the error message when redefining a builtin function
2024-06-07 22:11:08 +00:00
imaqtkatt
3a023c6928 Update builtins.rs and redefinition error messages for types and objects 2024-06-07 18:57:45 -03:00
Nicolas Abril
716588fc8c
Merge pull request #566 from lishaduck/patch-1
Update changelog a tiny bit
2024-06-07 21:18:51 +00:00
imaqtkatt
0d2d2bb01e Improve function redefinition error message 2024-06-07 17:25:23 -03:00
Eli
afaa2d728a
chore: update changelog a tiny bit 2024-06-07 14:14:53 -05:00
Nicolas Abril
8b31fad7a3
Merge pull request #563 from HigherOrderCO/467-readback-of-numeric-operations-and-switches-is-broken
#467 Fix readback of numeric operations
2024-06-07 17:53:02 +00:00
Nicolas Abril
ae5e79c1be Fix readback of numeric operations 2024-06-07 17:59:41 +02:00
Nicolas Abril
6d8769ae87
Merge pull request #551 from lishaduck/patch-1
Standardize Changelog Format
2024-06-07 15:17:50 +00:00
Eli
32f0001755
chore: keep a changelog format 2024-06-07 10:14:33 -05:00
Nicolas Abril
cdf8a98bf2
Merge pull request #555 from Ivniinvi/patch-1
Run correct file in sum example
2024-06-07 13:50:00 +00:00
Nicolas Abril
39a77d1025
Merge pull request #558 from TimotejFasiang/patch-1
Update operation table for 0.2.34
2024-06-06 21:53:29 +00:00
Timotej Fašiang
0d941513f9
Update operation table for 0.2.34
Add <= and >= operators to the operation table in native-numbers.md to reflect the changes made in 0.2.34
2024-06-06 23:47:07 +02:00
Matt Headley
ba12022015
Run correct file in sum example 2024-06-06 16:34:04 -04:00
Nicolas Abril
d5847178df
Merge pull request #553 from HigherOrderCO/466-print-lambdas-with-pattern-binds-as-lets
#466 Print lambdas with pattern binds as lets
2024-06-06 15:38:36 +00:00
imaqtkatt
be7248638d Display lambda bind patterns as lets 2024-06-06 11:35:47 -03:00
Nicolas Abril
2bb1a8a7be
Merge pull request #552 from HigherOrderCO/fix-readme-sum-xample
Fix sum example in README
2024-06-06 13:08:14 +00:00
Nicolas Abril
6b6c59caeb
Fix sum example in README 2024-06-06 15:05:38 +02:00
Nicolas Abril
94678b61fe
Merge pull request #550 from HigherOrderCO/451-add-le-and-ge-operators
#451 Add <= and >= operators
2024-06-05 21:38:11 +00:00
imaqtkatt
eaa221d50a Adjust cspell 2024-06-05 18:18:50 -03:00
Yan Mendes
a02de086a7
fix typo in index 2024-06-05 18:17:46 -03:00
imaqtkatt
67760ee3b0 Update docs and bump version to 0.2.34 2024-06-05 18:15:56 -03:00
imaqtkatt
2be44a29e3 Adjust function name 2024-06-05 18:08:23 -03:00
imaqtkatt
3a62e01d86 Implement le and ge operators 2024-06-05 17:44:05 -03:00
Yan Mendes
d04aa4642d
enhance readability of "Click here" on README.md 2024-06-05 16:24:00 -03:00