Commit Graph

1804 Commits

Author SHA1 Message Date
Nicolas Abril
f7a238c58a [sc-663] Add num-scott adt encoding, it a cli opt 2024-05-20 14:47:50 +02:00
Nicolas Abril
add15416db
Merge pull request #400 from HigherOrderCO/bug/sc-703/fix-superposition-parsing
[sc-703] Fix superposition parsing
2024-05-20 14:37:09 +02:00
imaqtkatt
8d8192127c Update test snapshot 2024-05-20 09:25:10 -03:00
imaqtkatt
e0d1df39e8 Update test snapshot 2024-05-20 09:17:22 -03:00
imaqtkatt
01346ed84f Improve expected error message 2024-05-20 09:15:58 -03:00
imaqtkatt
33756cbd3a Fix comma in superposition parsing 2024-05-20 09:15:58 -03:00
Nicolas Abril
be390b1240
Update docs/writing-fusing-functions.md 2024-05-20 09:51:15 +02:00
Victor Taelin
5d82f7ba67 Merge branch 'main' of github.com:HigherOrderCo/bend 2024-05-19 16:33:25 -03:00
Victor Taelin
8d403048a6 fix bitonic sort 2024-05-19 16:33:17 -03:00
Nicolas Abril
25e1454e82
Merge pull request #399 from HigherOrderCO/guide-deps
Explain dependencies, add to FAQ, improve readback err msg
2024-05-19 12:41:43 +00:00
Nicolas Abril
22477b1807 Explain dependencies, add to FAQ, improve readback err msg 2024-05-19 14:37:54 +02:00
Jason Fong
276dcc6280 documentation edits 2024-05-18 23:34:20 -04:00
Nicolas Abril
8fda78f1e6
Merge pull request #372 from mmoult/main
Documentation edits
2024-05-19 00:03:20 +00:00
Nicolas Abril
808585d4f1
Merge pull request #382 from Zafnok/patch-1
Update KNOWN_ISSUES.md
2024-05-19 01:25:34 +02:00
Nicolas Abril
bbbbe08712
Merge pull request #386 from HigherOrderCO/max-net-size-64
Increase max net size to 64, make the net size check optional
2024-05-19 01:23:21 +02:00
Nicolas Abril
57333bce41
Merge pull request #383 from Epicguru/main
Update Guide to elaborate on the type of String.
2024-05-19 01:20:24 +02:00
Nicolas Abril
9716297d1b fix typo and update dictionary 2024-05-19 01:10:19 +02:00
Nicolas Abril
bc00caad1f Bump version to 0.2.8 2024-05-19 00:33:07 +02:00
Nicolas Abril
076415d9ab Increase max net size and make the check optional 2024-05-19 00:29:37 +02:00
James B
569fa3c618
Update Guide to elaborate on the type of String. 2024-05-18 22:22:24 +02:00
Zafnok
27eb029786
Update KNOWN_ISSUES.md
Adding troubleshooting steps for "Command `bend` not found"
2024-05-18 16:15:32 -04:00
Victor Taelin
3b9f9ff654 Merge branch 'main' of github.com:HigherOrderCo/bend 2024-05-18 16:57:50 -03:00
Victor Taelin
0a55853f29 document switch and if on GUIDE - thanks @2hands10fingers on Discord 2024-05-18 16:51:31 -03:00
Yan Mendes
7c515e0a4c
Update KNOWN_ISSUES.md 2024-05-18 14:34:38 -03:00
Yan Mendes
4f663101e4
Merge pull request #343 from HigherOrderCO/kings177-patch-1
Create KNOWN_ISSUES.md (still working on it)
2024-05-18 14:33:48 -03:00
Yan Mendes
e9392ffc3b
Update KNOWN_ISSUES.md 2024-05-18 14:33:33 -03:00
Yan Mendes
e42bbb39cc
Update KNOWN_ISSUES.md 2024-05-18 14:02:14 -03:00
Yan Mendes
4c86ba05d4
Update KNOWN_ISSUES.md 2024-05-18 14:00:22 -03:00
Yan Mendes
9fa4e9e085
Update KNOWN_ISSUES.md 2024-05-18 13:39:51 -03:00
Yan Mendes
07eea1d164
Update KNOWN_ISSUES.md 2024-05-18 13:38:52 -03:00
mmoult
3dae6fd121 Documentation edits
Improve description clarity, remove trailing spaces
2024-05-18 11:16:14 -05:00
Victor Taelin
0b6c3350a4 Merge branch 'main' of github.com:HigherOrderCo/bend 2024-05-18 12:11:28 -03:00
Victor Taelin
fbf6b7f765 replace a word 2024-05-18 12:11:24 -03:00
Nicolas Abril
98bf8fda79
Merge pull request #347 from WarpWing/patch-1
Minor grammatical mistakes in native-numbers.md
2024-05-18 13:48:06 +00:00
Nicolas Abril
f48b0ee2d5
Merge pull request #361 from Epicguru/main
Add missing recursive marker in List definition.
2024-05-18 13:47:40 +00:00
Nicolas Abril
3d42037444
Merge pull request #366 from HigherOrderCO/readme-words
Add new words to dictionary
2024-05-18 13:47:08 +00:00
Nicolas Abril
c9bf2d4b83 Add new words to dictionary 2024-05-18 15:29:33 +02:00
Nicolas Abril
e94cb78c7d
Merge pull request #360 from PfaulJulian/main
Changed return type of fn main() in src/main.rs to fn main() -> std::process::ExitCode.
2024-05-18 15:27:47 +02:00
PfaulJulian
9e165a2c85 ran cargo fmt for indentation 2024-05-18 15:25:07 +02:00
Victor Taelin
fa823c2318 add word 2024-05-18 10:10:58 -03:00
Victor Taelin
5d262701f0 change wording 2024-05-18 10:10:05 -03:00
Victor Taelin
2ddc31dfe3 Add yet another note on single-thread performance 2024-05-18 10:08:37 -03:00
Victor Taelin
ea91faed69 explain tilde 2024-05-18 08:25:14 -03:00
James B
881dfda734
Add missing recursive marker in List definition. 2024-05-18 13:09:06 +02:00
PfaulJulian
c75b262231 Changed return tyoe of fn main() in src/main.rs to fn main() -> std::process::ExitCode. 2024-05-18 12:17:25 +02:00
Victor Taelin
21fff43954 uppercase B 2024-05-17 22:15:56 -03:00
Victor Taelin
7433623bd0 fix typos 2024-05-17 21:59:35 -03:00
Victor Taelin
ce77f0094b link to video announcement 2024-05-17 21:11:56 -03:00
Victor Taelin
a6bc4f64da remove redundancy 2024-05-17 21:08:32 -03:00
Victor Taelin
34febc170a Merge branch 'main' of github.com:HigherOrderCo/bend 2024-05-17 20:49:54 -03:00