Skip to content
View RohanMankame's full-sized avatar
🍴
hungry
🍴
hungry

Block or report RohanMankame

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RohanMankame/README.md

Pinned Loading

  1. mini-c-Compiler mini-c-Compiler Public

    A complete compiler for a small programming language called "minic". The compiler processes source code written in "minic", checks it for errors, and then executes it. This involves several classic…

    Java

  2. Competitor-Monitor Competitor-Monitor Public

    The AI Competitor Strategy Dashboard is an intelligent e-commerce analysis tool powered by CrewAI and Streamlit. It orchestrates a team of specialized AI agents to scout the web for competitor prod…

    Python

  3. Mini-C-Lexer-and-Parser Mini-C-Lexer-and-Parser Public

    This repository contains a foundational project for a compiler front-end, developed as a class assignment. It focuses on the lexical analysis (tokenizing) and parsing phases for a simplified C-like…

    Lex

  4. YouNote_AI YouNote_AI Public

    AI note taking platform, integrating AssemblyAI and OpenAI API services to transform any YouTube video into study notes with a single link, allowing users to efficiently capture key insights, save,…

    JavaScript

  5. API-Contract-Management-System API-Contract-Management-System Public

    An API contract management system. Built on Flask (Python) and Postgresql.

    Python

  6. Mini-C-Lexical-Analyzer-and-Syntax-Checker Mini-C-Lexical-Analyzer-and-Syntax-Checker Public

    This project implements the lexical analysis (tokenizing) and syntax checking (parsing) phases of a compiler for a simplified C-like programming language, referred to as "Mini-C.". It demonstrates …