GithubHelp home page GithubHelp logo

compiler-lexical-analyzer's Introduction

Lexical Analyzer and Syntax Analyzer Tools

Implementation of the first two phases of Analysis Part (Front end) of the compiler using C++.

Phase 1 (Lexical Analyzer):

  • This phase of the project aims to build automatic lexical analyzer generator tools.
  • This tool has two input files, one for lexical rules and the other for user input.
  • The output of this tool is a list of tokens which matches the user's input file.
  • Link on github https://github.com/houssainy/Compiler-Lexical-Analyzer

Phase 2 (Syntax Analyzer โ€“ Parser-):

  • This phase of the project aims to build automatic parser generator tools.
  • This tool has two inputs, one is the context free grammar as input file, and the other is the output of phase one -stream of tokens- -The output of this tool is the leftmost derivation for deriving the input tokens.
  • Link on github https://github.com/houssainy/Compiler---Syntax-Analyzer--

*Panic mode recovery was used for error handling in the two phases.

compiler-lexical-analyzer's People

Contributors

ahmedabdelmajied avatar bushra-aboubakr 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.