https://github.com/mitchell-vu/hust-compiler-construction
https://github.com/mitchell-vu/hust-compiler-construction
compiler complier-construction hust kpl
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mitchell-vu/hust-compiler-construction
- Owner: mitchell-vu
- Created: 2022-06-08T09:15:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T03:06:48.000Z (almost 3 years ago)
- Last Synced: 2023-05-13T07:23:39.862Z (almost 2 years ago)
- Topics: compiler, complier-construction, hust, kpl
- Language: C
- Homepage:
- Size: 7.21 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Môn Thực hành Chương trình dịch - K64
Mã môn: IT3282
Link Notion: [notion.so/compiler-construction](https://www.notion.so/Compiler-Construction-42a9142946bd4ae9a2f3cf6261a11de3)
## 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