issues
search
finos
/
morphir-dotnet
Apache License 2.0
12
stars
8
forks
source link
Implement the IR
#16
Open
DamianReeves
opened
4 years ago
DamianReeves
commented
4 years ago
The IR is based on what is available in
morphir/elm
.
[ ] - Type AST - see:
https://github.com/Morgan-Stanley/morphir-elm/blob/master/src/Morphir/IR/Type.elm
[ ] - Value AST - see:
https://github.com/Morgan-Stanley/morphir-elm/blob/master/src/Morphir/IR/Value.elm
The IR is based on what is available in morphir/elm.