OLC2_P1_202109567

Olc2_p1_202109567

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

OLC2 Proyecto 1

Estudiante: Alvaro Norberto García Meza

Carné: 202109567

Manual de Usuario

Manual Técnico

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/

Top categories

Loading Svelte Themes