Commit Graph

6 Commits

Author SHA1 Message Date
65d6b9794c fix: Using covariant interface for IParser and IParseResult.
Rename CanonSharp.Common to CanonSharp.Pascal.
2024-08-14 19:41:10 +08:00
65d4d0e6e8 chore: remove unused code. 2024-08-13 22:42:11 +08:00
3ed8bf5d36 feat: Parser Combinator库和词法分析器 (#2)
All checks were successful
Run unit test / Unit-Test (push) Successful in 41s
Reviewed-on: https://git.bupt-hpc.cn/jackfiled/CanonSharp/pulls/2
Co-authored-by: jackfiled <xcrenchangjun@outlook.com>
Co-committed-by: jackfiled <xcrenchangjun@outlook.com>
2024-08-13 14:46:11 +08:00
3c0d51cec5 feat: 正则词法识别器 (#1)
Reviewed-on: https://git.bupt-hpc.cn/jackfiled/CanonSharp/pulls/1
Co-authored-by: jackfiled <xcrenchangjun@outlook.com>
Co-committed-by: jackfiled <xcrenchangjun@outlook.com>
2024-07-29 16:59:29 +08:00
02c5690d97 add: nfa2dfa算法 2024-07-27 14:56:28 +08:00
b42b381fd6 init: repo 2024-07-22 20:02:54 +08:00