Commit Graph

143 Commits

Author SHA1 Message Date
LunaAmora
050f67a0c9 Add import system .md docs, add to changelog 2024-07-05 10:23:34 -03:00
imaqtkatt
659d0941b5 Add asin, acos, atan and round functions 2024-07-04 16:03:48 -03:00
imaqtkatt
19dad2ee94 Refactor to 'Math' namespace 2024-07-04 14:06:14 -03:00
imaqtkatt
cdb4fd201c Add trigonometry functions 2024-07-04 11:51:44 -03:00
imaqtkatt
65065e9038 Update docs and fix recursion in local definitions 2024-07-01 18:39:39 -03:00
imaqtkatt
945bed6872 Update changelog and docs 2024-06-28 09:54:15 -03:00
Nicolas Abril
a0aa467b73
Merge pull request #599 from HigherOrderCO/578-add-user-friendly-file-io-functions
#578 Add File IO utility functions
2024-06-24 18:04:35 +00:00
Nicolas Abril
71b87c4b2b
Fix the monadic example using with for fun syntax 2024-06-24 18:53:18 +02:00
Nicolas Abril
9f6ba009d5 Update builtins.md with the new file utility functions 2024-06-24 18:12:39 +02:00
imaqtkatt
33ae28c088 Update builtins docs 2024-06-24 11:15:28 -03:00
imaqtkatt
e94991345a Add missing elifs 2024-06-21 12:39:49 -03:00
imaqtkatt
8694b79500 Add elif chain to functional syntax 2024-06-20 16:12:49 -03:00
imaqtkatt
e0b51f1d95 Update docs and changelog 2024-06-19 09:52:55 -03:00
imaqtkatt
4b9032ecfb Improve decode builtins 2024-06-19 09:25:35 -03:00
imaqtkatt
05302760e4 Update docs and changelog 2024-06-18 19:11:07 -03:00
Nicolas Abril
e57caa189e Add file IO functions 2024-06-18 21:56:49 +02: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
d79e542ac6
Add link to HVM syntax 2024-06-16 22:16:56 +02:00
Nicolas Abril
d6bdde548e Add raw hvm function syntax 2024-06-15 17:22:55 +02:00
imaqtkatt
bc43142649 Update docs 2024-06-13 09:59:33 -03: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
imaqtkatt
67760ee3b0 Update docs and bump version to 0.2.34 2024-06-05 18:15:56 -03:00
Nicolas Abril
b20a126768 Add tree syntax to syntax.md 2024-06-05 17:47:03 +02:00
Nicolas Abril
b4bf3dede2 Add Tree syntax and builtins 2024-06-05 16:00:43 +02:00
Nicolas Abril
6182ac74fa Make monadic blocks lazy by defering execution of continuations with free vars 2024-05-30 23:30:44 +02:00
imaqtkatt
ae0e2cbe84 Fix typo 2024-05-30 16:36:26 -03:00
imaqtkatt
4c391a746a Bump version to 0.2.28 and update syntax doc 2024-05-30 16:32:23 -03:00
imaqtkatt
ea4a79ca6d Change 'do' keyword to 'with' 2024-05-28 16:49:00 -03:00
imaqtkatt
983bd9034a Fix md table formatting 2024-05-28 10:34:25 -03:00
imaqtkatt
6a58909bbf Update num scott compiler options 2024-05-28 10:28:24 -03:00
Nicolas Abril
7cb38c25b4
Merge pull request #511 from HigherOrderCO/427-request-else-if-chains
#427 else if chains
2024-05-27 14:00:18 +00:00
Yan Mendes
e848f5807c
Fixed operations table 2024-05-27 10:49:33 -03:00
Nicolas Abril
3ec35c5092
Fix spelling of successful 2024-05-27 15:15:15 +02:00
Nicolas Abril
6c9f87c98c
Explain that elifs are evaluated sequentially in syntax.md 2024-05-27 15:01:21 +02:00
imaqtkatt
ac6f0fbb67 Bump version to 0.2.24 and update docs 2024-05-27 08:53:32 -03:00
Gadersd
24f6995708
Correct typo 2024-05-25 20:03:12 -04:00
Nicolas Abril
01a3337d49 Use the HVM AST instead of an internal one 2024-05-25 19:03:13 +02:00
imaqtkatt
f92932063b Refactor name parsing 2024-05-24 11:23:48 -03:00
imaqtkatt
20a20027d3 Dont allow variable names contain '__' 2024-05-24 10:50:04 -03:00
imaqtkatt
9f6672bd92 Improve switch predecessor variable doc 2024-05-22 19:36:59 -03:00
imaqtkatt
e189dee195 Update docs and bump version to 0.2.12 2024-05-22 12:59:49 -03:00
imaqtkatt
47dd00a566 Update docs 2024-05-22 12:01:03 -03:00
Nicolas Abril
9302a5b26d Fix more of the documentation 2024-05-20 19:10:36 +02:00
Nicolas Abril
daa85e1bf6 Merge remote-tracking branch 'origin/main' into jf/docs-fix 2024-05-20 17:38:50 +02:00
Nicolas Abril
0e26732c4e Disable check-net-size by default 2024-05-20 17:12:08 +02:00
Nicolas Abril
f7a238c58a [sc-663] Add num-scott adt encoding, it a cli opt 2024-05-20 14:47:50 +02:00
Nicolas Abril
be390b1240
Update docs/writing-fusing-functions.md 2024-05-20 09:51:15 +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