Skip to content

KentaTheBugMaker/coreml_rustc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toy ML like language implementation using Rust

Features

  • polymorphic type inference

compile Phases

  • Tokenize
  • Parse
  • (Not needed) Elaboration
  • Type Inference
  • Alpha Conversion
  • (Optional) Pritty Printer Gen(not yet)(planned)
  • Closure Conversion(App for real closure )(call for non real closure)
  • KNormalize
  • ANormalize (not yet)(planed)
  • Pointer Operations (not yet)(planed)
  • Machine CodeGen (not yet)(planed)
  • Wasm LLVM Gen (not yet )(planed)

See also

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages