Giter Site home page Giter Site logo

mucamuci / cool-compiler Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 881 KB

Lexer, Parser and semantic analyzer for COOL programming language, built as an optional project for a course "Jezici i prevoditelji".

Makefile 0.43% C 3.67% C++ 67.77% Lex 1.29% Cool 23.09% Common Lisp 1.25% Yacc 2.51%
cool-language lexer parser semantic-analyzer

cool-compiler's Introduction

COOL-compiler

Lexer, Parser and semantic analyzer for COOL programming language

Lexer

You can check main Lexer's code (code that I've written) in cool.flex file. All the other files are support files needed for Lexer to run properly, and files used for testing. To start and test Lexer run these commands:

  1. make lexer
  2. make lexer_test
  3. ./lexer_test

This will check all of lexer's abilities and give you back test results and a grade.

Parser

You can check main Parser's code (code that I've written) in cool.y file. All the other files are support files needed for Parser to run properly, and files used for testing. To start and test Parser run these commands:

  1. make parser
  2. make parser_test
  3. ./parser_test

This will check all of parser's abilities and give you back test results and a grade.

cool-compiler's People

Contributors

mucamuci avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

sneh19337

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.