Skip to content

The objective of this project is build an interpreter based on Swift Language. The projects uses ANTLR4 as the tool to generate the parser, Fiber and Golang to the backend server and for the frontend React or Svelte

Notifications You must be signed in to change notification settings

AlvaroG13191704/OLC2_P1_202109567

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OLC2 Proyecto 1

Estudiante: Alvaro Norberto García Meza

Carné: 202109567

Navegar a documentación

Iniciar proyectos

Backend

El backend esta hecho en Go usando Fiber como framework, para iniciar el proyecto se debe de ejecutar el siguiente comando:

go run server.go

# Visitar http://127.0.0.1:3000

Frontend

El frontend esta hecho en Svelte, para iniciar el proyecto se debe de ejecutar el siguiente comando:

npm install

npm run dev -- --open

# Visitar http://localhost:5173/

About

The objective of this project is build an interpreter based on Swift Language. The projects uses ANTLR4 as the tool to generate the parser, Fiber and Golang to the backend server and for the frontend React or Svelte

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published