Giter VIP home page Giter VIP logo

makelexyacc's Introduction

Compiler Project with Makefile

This project is designed to help you create a compiler using Lex and Yacc with the provided Makefile template. Follow the instructions below to set up and generate your compiler.

How to Use

  1. Copy Template

    • Copy the provided Makefile template to the project directory.
  2. Create Lex and Yacc Files

    • Ensure you have created your Lex (*.l) and Yacc (*.y) files.
  3. Run Commands in Terminal

    # Navigate to the project directory
    cd ./myProject
    
    # Generate the compiler
    make
    
    # Compile the source file 'text.t'
    ./myCompiler < text.t
    
    # Clean up generated files
    make clean

Example

# Change working directory to the project
cd ./myProject

# create and write the lex file
nano scanner.l

# create and write the yacc file
nano parser.y

# Generate the compiler
make

# Compile the source file 'text.t'
./myCompiler < text.t

# Delete the compiler, lex.yy.c, and y.tab.c
make clean

makelexyacc's People

Contributors

davidmaor32 avatar

Watchers

 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.