Skip to content

A project to build my own compiler written in Rust.

License

Notifications You must be signed in to change notification settings

Plasticcaz/mayim_old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mayim - For fun compiler written in Rust

Structure

mayim is structured as a cargo workspace containing a series of crates that have cross dependencies.

These crates can be viewed as being part of a pipeline, but the idea is that eventually they might be used in a language server, or in a text editor plugin, or the like.

  • mayimc
    • A binary that does the driving of compiling a .mayim source file.
  • syntax
    • A library that handles converting a source file into a list of top-level expressions.

About

A project to build my own compiler written in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages