Commit graph

8 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
dankeyy
5599da5724
format+typos for ci 2023-03-22 20:56:10 +02:00
dankeyy
2f6d82ad01
macos comments and typo cleanups 2023-03-21 00:12:56 +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
35560efc0a
reorganize, simplify build, multiple methods WIP 2023-03-16 22:24:29 +02:00