Skip to content
View rishabh9695's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Samsung
  • India

Block or report rishabh9695

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. Parser-for-MySQL Parser-for-MySQL Public

    Recursive descent parser for MySQL displaying synatx tree. Parser using bison is written.

    C 2

  2. Lexer-for-MySQL Lexer-for-MySQL Public

    Lexer for MySQL displaying tokens in C. Lexer using lex/flex is written.

    C

  3. Socket-Programming Socket-Programming Public

    Banking System using Client-Server socket programming

    C

  4. Platformer-2-D-Game Platformer-2-D-Game Public

    Game developed in Unity with scripts in C#

  5. C-like-compiler C-like-compiler Public

    Lexical analysis, Syntax Analysis and subsequent phases of intermediate code generation are done using the flex and bison/yacc utilities