Agus Zubiaga
8dedd9f03c
New app
header syntax
...
Implements the new app header syntax as discussed in Zulip [1].
app [main] {
cli: platform "../platform/main.roc",
json: "../json/main.roc"
}
Old headers still parse and are automatically upgraded to the new
syntax by the formatter.
[1] 418444862
2024-05-01 10:49:01 -03:00
Anton-4
3c7a834da1
update to new interpolation syntax
2024-02-02 13:39:10 +01:00
Brian Teague
60c639b60e
Consolidate gitignore
...
Keep certain files with no file extension
Keep specific files with no file extension
Delete all gitignore files
2024-01-10 22:16:04 -05:00
Brendan Hansknecht
787d7f85ac
switch dbg arg ordering to make it backwards compatible
2023-12-02 21:18:32 -08:00
Brendan Hansknecht
13d2238536
update roc_dbg in platforms
2023-12-02 21:18:31 -08:00
Brendan Hansknecht
88106d1659
add basic roc_dbg impl to c platforms
2023-11-29 22:02:27 -08:00
Brendan Hansknecht
75a035e12d
remove all definitions of roc_memcpy
2023-06-02 15:23:05 -07:00
dankeyy
5599da5724
format+typos for ci
2023-03-22 20:56:10 +02:00
dankeyy
eb4dfbca5a
fixing embarrassing typos
2023-03-21 00:32:05 +02:00
dankeyy
2f6d82ad01
macos comments and typo cleanups
2023-03-21 00:12:56 +02:00
dankeyy
8fa421f35a
fix roc_panic to accept RocStr
2023-03-20 23:39:48 +02:00
dankeyy
8c468b15ce
rename RocList and make 0-len RocStr a small str
2023-03-20 23:31:03 +02:00
dankeyy
cc8531048a
some refcount fixes
2023-03-19 22:37:30 +02:00
dankeyy
1db7f3408b
improve refcounts handling
2023-03-19 22:20:31 +02:00
dankeyy
cc51b6edbb
fix memcpy amount
2023-03-19 11:01:17 +02:00
dankeyy
5038d36f5e
fix mem bug on mularr array copy
2023-03-19 00:55:04 +02:00
dankeyy
c6476ee440
Update README.md
...
Signed-off-by: dankeyy <dankeyy@protonmail.com>
2023-03-19 00:13:10 +02:00
dankeyy
ff154a2f42
show more examples in readme
2023-03-19 00:04:58 +02:00
dankeyy
773b5be769
stabilize roc_panic
2023-03-18 23:39:12 +02:00
dankeyy
a750084580
dont need these bytes
2023-03-18 23:37:18 +02:00
dankeyy
fc52e18531
testing java exceptions
2023-03-18 15:23:40 +02:00
dankeyy
6724475724
fix factorial segfault
2023-03-17 21:36:02 +02:00
dankeyy
4ed6609974
mistyped fac, unstable recursive call still
2023-03-17 20:39:17 +02:00
dankeyy
94f9c6712d
stabilize record usage in requires, add examples
2023-03-17 19:40:42 +02:00
dankeyy
8e40725d25
fix comments
2023-03-16 22:28:44 +02:00
dankeyy
35560efc0a
reorganize, simplify build, multiple methods WIP
2023-03-16 22:24:29 +02:00
dankeyy
1dd46c985f
pass number straight away + renames for clarity
2023-03-14 15:56:08 +02:00
dankeyy
d91a90774b
dont decref too early
2023-03-12 01:02:58 +02:00
dankeyy
1866b8845a
bad formatting
2023-03-11 23:33:20 +02:00
dankeyy
5d13288487
add clojure example
2023-03-11 23:27:44 +02:00
dankeyy
a59d65ff86
add panic comment
2023-03-11 23:22:39 +02:00
dankeyy
ffa26e0243
Update README.md
...
Signed-off-by: dankeyy <dankeyy@protonmail.com>
2023-03-11 22:20:37 +02:00
dankeyy
54d552489e
treemoji doesn't show up on browser
...
Signed-off-by: dankeyy <dankeyy@protonmail.com>
2023-03-11 21:51:12 +02:00
dankeyy
699f419d6d
this made the jvm segfault on a second call :p
2023-03-11 21:43:29 +02:00
dankeyy
8d501ab773
Update README.md
...
Signed-off-by: dankeyy <dankeyy@protonmail.com>
2023-03-11 21:33:38 +02:00
dankeyy
9eb5206bc9
added readme + renames
2023-03-11 21:29:41 +02:00
dankeyy
15252b4f8d
make it static
2023-03-11 21:29:41 +02:00
dankeyy
31195b405c
turn java code into a package
2023-03-11 21:29:40 +02:00
dankeyy
3991c334f7
remove json dep
2023-03-11 21:29:40 +02:00
dankeyy
f9974f1d32
yeet json
2023-03-11 21:29:40 +02:00
dankeyy
2d004dc57b
fixed emojis
2023-03-11 21:29:40 +02:00
dankeyy
8510e6d8cd
ignore headers jars sos
2023-02-19 15:43:52 +02:00
dankeyy
e67645adcb
initial demo working!
2023-02-18 16:09:23 +02:00