Skip to content

Commit

Permalink
define the first entry-point in the language spec
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-johnson-4 committed Dec 6, 2023
1 parent 6ae80ab commit 4ea55c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lm.lm
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ the code and IP as they would like. Please, just be nice.
LM: The Full Language Definition

*/

eval := λx. eval-ctx () x
eval-ctx := λctx x. ()

0 comments on commit 4ea55c2

Please sign in to comment.