Giter Club home page Giter Club logo

fasta-compiler's Introduction

fasta-compiler

Toy compiler for the Compilers' assignment in FASTA University.

A design document for the lexer can be found here: (Spanish) Google Docs

The default input file is located under src/main/resources/test.fasta

Usage

Dowload the latest release from the Releases section then unzip the zip/tar file and run:

Windows:

./bin/fasta-compiler.bat <filename>

Linux/MacOS:

./bin/fasta-compiler <filename>

You can pass any text file as an argument.

Additionally you can pass the following arguments:

usage: fasta-compiler [options] inputfile
 -d,--demo <arg>    Loads a built-in demo file. Values: "99bottles",
                    "basic", "factorial", "if", "loop", "syntax", "vars".
 -l,--lexer <arg>   Select the lexer implementation. Values: "functional",
                    "matrix". (Default is "matrix")
 -o,--out <arg>     Specify the output assambly file

Build and run from source

This project uses Gradle. To build and run use:

gradlew run

To run the unit tests:

gradlew test

To create the dist zip/tar files:

gradlew assembleDist

The YACC grammar file for the parser is located at src/main/java/com/ciberman/fastacompiler/parser/grammar.y. To automatically run BYACC/J and regenerate the Parser java file, run the following graddle task (Windows only). Note that this task will run automatically when you run or build the project.

gradlew parser

fasta-compiler's People

Contributors

jhm-ciberman avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.