Skip to content

HULK is an interpreter developed by first-year Computer Science students at the University of Havana. This project focuses on translating and evaluating user input line by line, based on the semantic, syntactic, and lexical rules defined by the HULK (Havana University Language for Kompilers) language. It provides a practical introduction to compile

Notifications You must be signed in to change notification settings

Javi111003/HVLK

Repository files navigation

HVLK Interpreter

II Proyecto de Programación I. Facultad de Matemática y Computación - Universidad de La Habana. Curso 2023.

Javier González Díaz C-113

Aplicación de consola con el fin de traducir y evaluar instrucción a instrucción las líneas de entrada del usuario ,basándose en las reglas semánticas , sintácticas y léxicas definidas por el lenguaje HULK(Havana University Language for Kompilers)

Acerca del uso:

Lea el informe para entender la implementación que sigue nuestro intérprete y el modo de uso

Requisitos

.NET Core 7.0

##LINUX

make dev

##Si estás en Windows;

dotnet run --project HVLK

About

HULK is an interpreter developed by first-year Computer Science students at the University of Havana. This project focuses on translating and evaluating user input line by line, based on the semantic, syntactic, and lexical rules defined by the HULK (Havana University Language for Kompilers) language. It provides a practical introduction to compile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published