Language now supports top level definitions. no more last-expression-is-a-value thing, it's also a def. Host knows to run the special os def
This commit is contained in:
parent
9b8916eb72
commit
31ef279f16
4 changed files with 36 additions and 8 deletions
|
|
@ -2,6 +2,7 @@ import type { Value } from './types';
|
|||
|
||||
// Literals and Variables
|
||||
|
||||
|
||||
export type Literal = {
|
||||
kind: 'literal'
|
||||
value: Value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue