amirhakimnejad / Scanner-for-lexical-analyzer-in-cpp
A simple c++ program that takes a file as input, and after tokenizing the file, it finds what each token name is(identifier, keyword, separator, operator, literal, or comment).
☆21Updated 3 years ago
Alternatives and similar repositories for Scanner-for-lexical-analyzer-in-cpp:
Users that are interested in Scanner-for-lexical-analyzer-in-cpp are comparing it to the libraries listed below
- Implementing a complete Compiler for a simple C-like language using the C-tools Flex and Bison☆184Updated last year
- My solutions to the programming assignments of the Stanford Compiler course.☆360Updated 10 years ago
- Interpreter for the Declaration Section of a C program☆43Updated 5 years ago
- Download required libraries from here☆38Updated 7 years ago
- c compiler based on flex(lex), bison(yacc) and LLVM, supports LLVM IR and obj code generation. 基于flex,bison以及LLVM,使用c++11实现的类C语法编译器, 支持生成…☆249Updated 7 years ago
- Utility for FIRST, FOLLOW, PREDICT set generation aiding in custom programming language creation☆126Updated 2 years ago
- Stanford CS1/CS143 Compilers Course Project - Cool compiler☆125Updated 5 years ago
- 该编译器主要用来将SysY语言编译为arm汇编指令,并且对编译生成的代码进行优化。SysY 语言是 C 语言的一个子集。每个 SysY程序的源码存储在一个扩展名为 sy 的文件中。该文件中有且仅有一个名为 main的主函数定义,还可以包含若干全局变量声明、常量声明和其他函数…☆66Updated 2 years ago
- Implementing a Reliable Transport Protocol (from J.F. Kurose), using Alternating-Bit-Protocol and Go-Back-N versions.☆30Updated 6 years ago
- A C compiler written in C☆92Updated last year
- Compilers Principles, Techniques, & Tools (a.k.a purple dragon book) second edition exercise answers.☆182Updated this week
- Generic data structures and algorithms implemented in c language.☆79Updated 2 years ago
- 6.S081 is an intermediate course in MIT for undergraduate CS students. This course involves some of the most important ideas in operating…☆64Updated 3 years ago
- A detailed guide to the xv6 code.☆191Updated last year
- Simulating the Linux File System☆18Updated 4 years ago
- This is a repository of coursework project for the Stanford Compilers MOOC course. The result is a fully-working compiler for the COOL Pr…☆54Updated 2 years ago
- A C compiler created for the how to create a C Compiler online course☆96Updated last year
- A complete overhaul of the LC-3 simulator used in EE 306 at The University of Texas at Austin.☆148Updated 2 years ago
- Examples to learn Mips☆52Updated 4 years ago
- A list of 8086 assembly projects solutions for Microprocessors course (CC421N) at Faculty of Engineering, Alexandria University.☆82Updated last year
- a simple tiny C Compiler using Lex & Yacc☆84Updated 8 years ago
- A chat room application developed in C++ using the concepts of multi-threading and socket programming.☆87Updated 4 years ago
- Learn assembly programming for x86 processor in AT&T (GAS) syntax☆29Updated last year
- Stanford CS143 Compilers☆22Updated 5 years ago
- 'Operating System Concepts' - Solutions to exercises and projects☆125Updated 7 years ago
- Source code and solution to CMU 15-213☆118Updated 5 months ago
- 🐧 What is epoll?☆73Updated 11 months ago
- OS from scratch using Nick Blundell, Bran's Kernel and OSDev.org☆38Updated 7 years ago
- Socket programming to implement simple programs☆10Updated 4 years ago
- Some of my notes, books, code listings for asembler studying. Enjoy!☆48Updated last year