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

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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