Skip to content

My solution to the mini-c project of Jean-Christophe Filliâtre

Notifications You must be signed in to change notification settings

lascar-pacagi/mini-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiler of a subset of C

My solution to the compiler project at École normale supérieure (France) by Jean-Christophe Filliâtre. The subject is in file sujet-v1.pdf. See here for the course (in french).

To compile and run:

make
./mini-c test.c
gcc test.s -o test
./test

To test the compiler:

cd tests
./run -all ../mini-c

C assembly

About

My solution to the mini-c project of Jean-Christophe Filliâtre

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published