feat: SCI submodule, gensym, doto, defrecord, multi-arity defn
Phase 2: load internal SCI namespaces - Add SCI as git submodule at vendor/sci - gensym: symbol generation with prefix+counter - doto macro: (doto obj (method args)...) - defrecord macro: emits positional constructor ->TypeName - name: Clojure core function for keyword/symbol name - Fix multi-arity defn: indexed? check for vector patterns (tuples) - Edamame stubs for parser.cljc deps Internal namespace loading results: interop: 14 bindings (all OK) opts: 16 bindings (all OK — defrecord fixed) parser: 2 bindings (6 failures: utils/new-var, edamame/normalize-opts) analyzer/interpreter: pending (15+ deps each)
This commit is contained in:
parent
6e0b95aaae
commit
7ecd781fe6
4 changed files with 169 additions and 54 deletions
1
vendor/sci
vendored
Submodule
1
vendor/sci
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit ebd5cfacda272eabf91f3168d56d08b64f770a80
|
||||
Loading…
Add table
Add a link
Reference in a new issue