lambda-calculus icon indicating copy to clipboard operation
lambda-calculus copied to clipboard

implement compiler directives

Open Kacarott opened this issue 3 years ago • 1 comments

Kacarott avatar Jan 25 '22 18:01 Kacarott

in no particular order: #import filename.lc - import external code ( may need facility for specific imports renaming or namespacing ) #export binding-name - export a subset of defined bindings #no-export binding-name - export a subset of defined bindings, inverted logic #constant binding-name - protect a binding from being overwritten in the current scope #define binding-name JS-code - define a magic binding

JohanWiltink avatar Feb 07 '22 00:02 JohanWiltink