amirhakimnejad / Scanner-for-lexical-analyzer-in-cppLinks
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 4 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
Sorting:
- Programming Projects for Operating Systems Concepts 9e☆20Updated 4 years ago
- Implementing a complete Compiler for a simple C-like language using the C-tools Flex and Bison☆186Updated 2 years ago
- A compiler that accepts any valid program written in C. It is made using Lex and Yacc. Returns a symbol table, parse tree, annotated synt…☆138Updated 2 years ago
- An interactive c++ program to construct NFA, DFA, and minimized DFA from a given regular expression.☆102Updated 4 years ago
- NJUCS编译原理实验☆23Updated 3 years ago
- Exercise Solutions of Introduction to Modern Cryptography (2nd edition) written by Jonathan Katz and Yehuda Lindell☆18Updated 4 years ago
- 该编译器主要用来将SysY语言编译为arm汇编指令,并且对编译生成的代码进行优化。SysY 语言是 C 语言的一个子集。每个 SysY程序的源码存储在一个扩展名为 sy 的文件中。该文件中有且仅有一个名为 main的主函数定义,还可以包含 若干全局变量声明、常量声明和其他函数…☆68Updated 3 years ago
- LR Parser (LR(0), SLR(1), CLR(1) and LALR(1))☆65Updated 2 years ago
- Implementation and Exercises in Modern Compiler Implementation in C.☆57Updated 2 years ago
- ☆48Updated 4 years ago
- 6.S081/6.828 lab repo for fall 2019☆212Updated 3 years ago
- 1st version of Linux Kernel☆75Updated 5 years ago
- Implement CLRS psuedocode in C++☆92Updated 4 years ago
- TJU计网socket课程设计☆9Updated 2 years ago
- 'Operating System Concepts' - Solutions to exercises and projects☆129Updated 8 years ago
- NJU 2020 编译原理实验☆24Updated 2 years ago
- OS from scratch using Nick Blundell, Bran's Kernel and OSDev.org☆40Updated 8 years ago
- A C compiler created for the how to create a C Compiler online course☆108Updated last year
- My solutions to the programming assignments of the Stanford Compiler course.☆371Updated 10 years ago
- Operating Systems Lab Course (CS 314), IIT Dharwad☆8Updated 3 years ago
- For COD course in USTC, on 2020 Spring, prof. Chao Wang☆10Updated 4 years ago
- 2020年秋季南京大学 计算机系统基础 课程大作业 x86 emulator——NEMU,implemented all functions.☆85Updated 4 years ago
- 南京大学计算机系统基础PA和Lab☆108Updated 6 years ago
- Solutions to exercises of Modern Compiler Implementation in C book☆36Updated 5 years ago
- 64 bit nasm code examples☆59Updated 4 years ago
- 一个简陋的 x86-64 操作系统。☆13Updated last year
- Simulating the Linux File System☆18Updated 4 years ago
- Pintos OS from Stanford☆126Updated 14 years ago
- Coursework for Dartmouth & IMT professional certificate on edX☆25Updated 5 years ago
- Same as simple-virtual-machine but in C☆150Updated 9 years ago