Commit graph

5 commits

Author SHA1 Message Date
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
Luke Boswell
349933b649
roc format 2023-11-22 13:30:06 +11:00
Luke Boswell
a000bb9c52
Replace stale webserver example 2023-11-22 13:11:05 +11:00
Richard Feldman
b26ef289b6
Add basic webserver platform 2023-06-26 20:05:59 -04:00