Merge pull request #4 from vonhyou/light-parser

Light parser
This commit is contained in:
Shuo Feng 2024-02-12 17:14:22 -05:00 committed by GitHub
commit c023100560
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
src/Parser.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef PARSER_H_
#define PARSER_H_
class Parser {};
#endif // !PARSER_H_