Skip to content

jjosenaldo/natalia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

natalia language

This is an implementation of the natalia language which employs the interpretation approach. It was developed as the main assignment of the DIM0437 - LINGUAGENS DE PROGRAMACAO: CONCEITOS E PARADIGMAS (programming languages: concepts and paradigms) course.

Compilation

To compile the interpreter, execute the following:

$ make

Usage

To run the interpreter, execute the following, where INPUT_FILE is the path for a .nat file (a natalia program):

$ ./natalia.out INPUT_FILE

About

Implementation of the natalia language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published