roc/examples/static-site-gen/platform
Agus Zubiaga 057a18573a
New module header
Implements the new `module` header syntax as described in "module and package changes" [1]:

```
module [Request, Response, req]
```

The old syntax should still work fine, and is automatically upgraded to the new one
when running `roc format`.

[1] https://docs.google.com/document/d/1E_77fO-44BtoBtXoVeWyGh1xN2KRTWTu8q6i25RNNx0/edit
2024-05-01 10:39:12 -03:00
..
Html New module header 2024-05-01 10:39:12 -03:00
src improve errors, support nested snippets 2024-01-31 18:26:21 +01:00
build.rs update rust platform build.rs 2022-11-06 16:34:15 +01:00
Cargo.lock add static-site-gen platform lock 2023-12-30 17:13:26 +01:00
Cargo.toml Stop using "rlib" 2024-01-16 22:36:10 -08:00
host.c examples: first draft of static site generator example 2022-08-28 14:33:03 +01:00
Html.roc New module header 2024-05-01 10:39:12 -03:00
main.roc static-site-gen: Use Box to workaround app/host ABI issues 2022-09-07 23:36:43 +01:00