GithubHelp home page GithubHelp logo

juanbono / construccion-compilador Goto Github PK

View Code? Open in Web Editor NEW

This project forked from utn-frd/construccion-compilador

0.0 1.0 0.0 2.65 MB

Mirror of https://github.com/franleplant/frd-lisp

License: GNU Lesser General Public License v3.0

Rust 63.96% Makefile 0.35% JavaScript 32.30% HTML 3.38%

construccion-compilador's Introduction

Intérprete funcional ci

Una implementación de Lisp en Rust

Proyecto de Investigación y Desarrollo de la Facultad Regional Delta de la Universidad Tecnologica Nacional

Objetivo

Desarrollar un software educativo con el fin de que los estudiantes aprendan a construir compiladores e intérpretes de lenguajes de alto nivel, que además de incluir como elemento esencial un intérprete propiamente dicho, tenga una serie de características y herramientas complementarias que faciliten el proceso de aprendizaje.

Instalación y requerimientos técnicos

Requirements

Running the interpreter

$ cargo run

Running the web interpreter

First compile the Rust code to wasm

$ wasm-pack build

Install web dependencies

$ cp -R ./pkg site-react/src/
$ cd site-react/
$ npm install

Start the server

$ npm run start

The browser should open automatically once server is started. If not, go to http://localhost:3000/

Running tests

$ cargo test

Code quality

  • PRs MUST have passing builds to be merged
  • be sure to auto format your code with cargo fmt
  • add tests for new features
  • be sure to use cargo clippy to detect common problems in your code.

Referencias

  • norvigs toy lisp impl: from which we got the basics
  • Racket lisp: the lisp implementation that we aim to (right now we are not very close but the ideal is to make something like Ractket syntax wise)
  • Racket lisp () vs []

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.