This repository was archived by the owner on May 21, 2019. It is now read-only.
This repository was archived by the owner on May 21, 2019. It is now read-only.
Probably doomed, should write proper AST #3
Open
Description
So @clayrat noted:
alex 5:15 PM hm looks like the `ps-interop` thing is doomed 😞
alex 5:15 PM the internal JS representation of `Mu`'s `Inn` is just a `()`
alex 5:16 PM so you can't deserialize mu-terms
alex 5:17 PM guess we should switch to writing proper termdefs for js
So we have two ways in which other programming languages relate to typedefs.
- target language for static codegenerator
- have representation of typedefs type definitions work dynamically with types (reflect into UI, generic programming on types, etc)
One option would be to write a typedef loosely representing the parsed AST and then use the typedefs compiler to generate the 'typedefs-interop' thing
Metadata
Metadata
Assignees
Labels
No labels