Skip to content
/ svm Public

Simple compiler and vm for my c-like languague

Notifications You must be signed in to change notification settings

N3kox/svm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • SVM

    Easy compiler & vm for clike languague.

    For study only. SE20

    Install

    $ make

    Usage

    Use files under test folder to see how this project works.

    # Compile
    $ slp -d -to -tr test/recur.c -o out.o
    
    # Load & Execute
    $ le -t out.o

    Limits

    • Cannot self interpret (macro not supported).
    • Limited output methods (.c files under test/ show details).
    • Bad ISA!!
    • Software traps currently not added.

    References

About

Simple compiler and vm for my c-like languague

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published