Skip to content

polard8/gramado

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gramado

  Gramado interpreter for Linux.
  This is an interpreter, it reads a given file written in a c-like language and 
  print the information into a html formated file.

Step 1:
 + Create the command ./gramado
Step 2:
 + Go to build/ folder and type make to generate the html file.
   At this moment the ./gramado command will read a file called example.cnf 
   and create a file called index.html. Then you can open this file in 
   your web browser.

  $ make
  $ cd build/
  # make

About

This program was ported from Gramado OS.