Skip to content

2022秋季学期 北京邮电大学 编译原理课程实验 简单词法分析器

Notifications You must be signed in to change notification settings

BUPT-CS-Assignment/Lexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 11, 2022
f848cbc · Oct 11, 2022

History

2 Commits
Oct 11, 2022
Oct 11, 2022
Oct 11, 2022
Sep 15, 2022
Sep 15, 2022
Oct 11, 2022
Oct 11, 2022

Repository files navigation

A Simple Lexical Analyzer For C

  • Environment: windows 11
  • Compile

    cd work_place g++ -I include -o out.exe src/main.cpp src/scanner.cpp

  • Use

    .\out.exe file_name

About

2022秋季学期 北京邮电大学 编译原理课程实验 简单词法分析器

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published