Skip to content

CS152-UCR-Gupta/Phase2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS152 Project Phase 2 - Parser Generation Using bison

Home Page - Phase2 Parser

Tools preparation

Make sure you have a Linux environment for this project. You can use 'bolt', your own Linux machine, or Windows Subsystem for Linux(WSL). We highly recommend you directly use 'bolt' since it contains all the necessary tools preinstalled.

ssh <your-net-id>@bolt.cs.ucr.edu

Make sure you have the following tools installed and check the version:

  1. flex -V (>=2.5)
  2. bison -V (>=3.0)
  3. git --version (>=1.8)
  4. make -v (>=3.8)
  5. gcc -v (>=4.8)
  6. g++ -v (>=4.8 optional if you wish to use C++)

Project Submission

  • Start Date: 6/30/2026
  • Due Date: 7/14/2026

Submit your project on Elearn. If you are doing the project in a group of two, each group member should submit the project separately.

Academic integrity

Copying source code from students in previous semester and other teams will be considered a violation of academic integrity.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors