bakpakin on master
Fix #996 - linking command work… (compare)
bakpakin on master
Allow shorthand for setting tas… (compare)
bakpakin on master
Fix function handlers for :out … Merge branch 'master' of github… (compare)
bakpakin on master
Use relative path for include/j… Merge pull request #994 from sh… (compare)
(def file-conf ((compile (parse (slurp file)))))
so definitely executing the code
compile
iiuc: https://github.com/janet-lang/janet/blob/master/test/suite0008.janet#L297-L298
llmII: here's a taste of what you can do with parser/*
stuff: https://github.com/sogaiu/janet-editor-elf/blob/master/janet-editor-elf/delims.janet#L16-L53
this is what i use to find missing delimiters in "partial" code
[]
to get it all back as an array of toplevel values
(ev/with-deadline 5 (ev/thread (fn [] (while true ()))))
works 😁
fn
defn
defmacro
and variants that'd pretty much make flycheck do great for checking for errors without having to worry about arbitrary execution