Skip to content

This is repository for storing source code of Compiler Construction at HUST (IT3282), made by Vu Minh Hieu

Notifications You must be signed in to change notification settings

mitchell-vu/hust-compiler-construction

Repository files navigation

Môn Thực hành Chương trình dịch - K64

Mã môn: IT3282

Link Notion: notion.so/compiler-construction

Cấu trúc Comipiler

File name Usage
Makefile Project cmake file
scanner.c
scanner.h
Đọc từng token
reader.h
reader.c
Đọc mã nguồn
charcode.h
charcode.c
Phân loại ký tự
token.h
token.c
Phân loại và nhận dạng token, từ khóa
error.h
error.c
Thông báo lỗi
parser.c
parser.h
Duyệt các cấu trúc chương trình
main.c Chương trình chính

KPL Grammars

(Kid Programming Language) Là ngôn ngữ được tạo ra để sử dụng trong môn học này

About

This is repository for storing source code of Compiler Construction at HUST (IT3282), made by Vu Minh Hieu

Topics

Resources

Stars

Watchers

Forks