shua
d90da3af52
rm TotallyNotJson
...
TotallyNotJson.roc now lives on the farm in virtual-dom-wip as Json.roc.
Any reference in stdlib or builtins has been removed, as well as the
last places it was used (in python/ruby-interop examples).
2024-07-01 20:37:23 +02: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
Richard Feldman
da503a725b
Fix empty list bug in several interop examples
2023-03-17 21:42:36 -04:00
Richard Feldman
9cac29c00c
Rename some Ruby interop demo things
2022-11-03 23:04:15 -04:00
Richard Feldman
70c822c1d3
Simplify rb_funcall call
2022-11-03 23:04:07 -04:00
Richard Feldman
8ebdc44a23
Have Ruby interop call JSON.parse
...
Thanks to @besquared for showing me how to do this!
https://mobile.twitter.com/besquared/status/1588363108606541824
2022-11-03 22:59:24 -04:00
Richard Feldman
0721f5a9d8
Use JSON in the ruby-interop demo
2022-11-03 21:56:01 -04:00
Richard Feldman
9ca45602bb
Add function for calling Roc from Ruby via JSON
2022-11-03 02:00:58 -04:00
Richard Feldman
b6575e86d7
Have roc_panic raise a Ruby exception
2022-11-03 02:00:45 -04:00
Richard Feldman
e9e3537738
Clean up some demo.c logic
2022-11-03 00:11:32 -04:00
Richard Feldman
768f7ff49e
Clarify some parentheses
2022-11-03 00:06:31 -04:00
Richard Feldman
28c55cff38
Use PTRDIFF_MIN
2022-11-03 00:06:14 -04:00
Richard Feldman
53c570eca8
More improvements to demo.c
2022-11-03 00:06:14 -04:00
Richard Feldman
efc7d87e5a
Add incref and decref to demo.c
2022-11-02 22:58:30 -04:00
Richard Feldman
7ebb74dc83
Use uint8_t over char, fix + vs - in demo.c
2022-11-02 22:58:30 -04:00
Richard Feldman
56ae0f7ee1
Add initial examples/ruby-interop
2022-08-11 17:15:07 -04:00