parent
2e49065031
commit
eaa06e62eb
9 changed files with 58 additions and 33 deletions
|
@ -24,8 +24,8 @@ rules
|
|||
jslist: x -> $<[<<join(|", ")>x>]>
|
||||
|
||||
strategies
|
||||
// wrap expression in a toplevel, then generate code from bottom up
|
||||
javascript = !TopLevel(<id>); bottomup(try(js <+ jslist))
|
||||
|
||||
javascript = bottomup(try(js <+ jslist))
|
||||
|
||||
// Interface javascript code generation with editor services and file system
|
||||
to-javascript: (selected, _, _, path, project-path) -> (filename, result)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue