Skip to content
This repository was archived by the owner on Nov 19, 2021. It is now read-only.

hporchet/facile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facile

Dependencies

  • dot environnement
  • monodis
  • ilasm
  • flex
  • bison
  • cmake
  • glib
  • gcc

Compilation

Build and test the project

./build
make
./facile <fichier>
ilasm <fichier>
chmod +x <fichier>
./<fichier> 

Test il language

Build cs program for understand il language.

mcs <fichier>.cs
monodis <fichier> > fichier.il

About

A very basic language made with flex & bison. Transpile in dot

Resources

Stars

Watchers

Forks