Skip to content

KentaTheBugMaker/compiler-text

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CoreML to WebAssembly compiler

Improved points

  • type inference module emits typed syntax tree called TypedSyntax
  • compiling phase now take TypedSyntax as input
  • better error reporting
    • missing identifier
    • various type errors
    • infinite size type
    • function applycation to invalid expression
  • generate repl debug info for Wasm

About

The support repository for the textbook "Compilers: Principles and Structures" (in Japanese)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors