You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`compile` is the main entry point of the module. Compiles the specified text according the current `config` options, and returns an object binding all defined terms to their corresponding functions.
49
48
50
-
If called without an argument, will try open a file called `solution.txt` in the same directory, and parse its contents.
51
-
52
-
53
49
---
54
50
55
51
`config :: {String: String}`
@@ -64,3 +60,23 @@ If called without an argument, will try open a file called `solution.txt` in the
64
60
|`numEncoding`|`None`| No number encoding. Use of number literals will cause an error. |
65
61
||`Church`<br>`Scott`<br>`BinaryScott`| Number literals will be automatically converted to corresponding LC terms, according to the encoding chosen. |
66
62
|`verbosity`|`Calm`<br>`Concise`<br>`Loquacious`<br>`Verbose`| Controls the amount of information that will be reported during compilation. |
63
+
64
+
### Container Image
65
+
66
+
The container image used by the Code Runner is available on [GHCR](https://github.com/codewars/lambda-calculus/pkgs/container/lambda-calculus).
0 commit comments