Commit Graph

1984 Commits

Author SHA1 Message Date
imaqtkatt
05302760e4 Update docs and changelog 2024-06-18 19:11:07 -03:00
imaqtkatt
cc60c926a8 Add utf8 and ascii encoding functions 2024-06-18 18:41:33 -03:00
Nicolas Abril
78f0968281
Merge pull request #593 from HigherOrderCO/573-implement-file-io-in-bend
#573 Add primitive file IO functions
2024-06-18 20:15:23 +00:00
Nicolas Abril
e57caa189e Add file IO functions 2024-06-18 21:56:49 +02:00
Nicolas Abril
84661fd12a
Merge pull request #592 from HigherOrderCO/581-add-friendlier-sleep-functions
#581 Add builtin sleep in float seconds
2024-06-18 19:31:02 +00:00
Nicolas Abril
12a6588128 Add builtin sleep in float seconds 2024-06-18 19:03:45 +02:00
Nicolas Abril
0381f8a109
Merge pull request #591 from HigherOrderCO/call-desugar-use-before-linearize-matches
Call desugar_use before linearize matches
2024-06-17 18:08:01 +00:00
imaqtkatt
ec67e3f6be Add full_map test 2024-06-17 12:29:51 -03:00
imaqtkatt
5810f93f9b Update golden_tests.rs and readd desugar_use call after linearize matches 2024-06-17 12:20:08 -03:00
imaqtkatt
3073285e36 Call desugar_use before linearize matches 2024-06-17 11:40:55 -03:00
Nicolas Abril
f26d5e85d4
Merge pull request #590 from HigherOrderCO/582-add-native-casting-operations
#582 Add native casting operations
2024-06-17 13:49:42 +00:00
Nicolas Abril
ba8561c3d4 Add native number cast operations 2024-06-17 15:45:37 +02:00
Nicolas Abril
f8d6d13a24 Write log and atan2 as native hvm defs 2024-06-17 15:31:22 +02:00
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