Logo
Explore Help
Register Sign In
zzy/scc
1
0
Fork 0
You've already forked scc
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
c800b48ca2a65a68b9e56850c7a7ff8b22519089
scc/.gitignore

26 lines
194 B
Plaintext
Raw Normal View History

stable
2025-04-01 00:13:21 +08:00
.*
!.gitignore
feat(frontend): 重构词法分析器 - 添加 .gitignore 文件,忽略编译器生成的二进制文件 - 重构 lexer.c 文件,改进了关键字处理和字符串处理 - 更新前端的前端、解析器和 AST 相关文件,以适应新的词法分析器 - 优化了 token 相关的定义和函数,引入了新的 token 类型
2025-03-23 12:13:16 +08:00
# smcc compiler generated files
*.bin
stable 重构文件结构 抽象出Machine Code
2025-04-01 23:27:25 +08:00
.s
.asm
feat(frontend): 重构词法分析器 - 添加 .gitignore 文件,忽略编译器生成的二进制文件 - 重构 lexer.c 文件,改进了关键字处理和字符串处理 - 更新前端的前端、解析器和 AST 相关文件,以适应新的词法分析器 - 优化了 token 相关的定义和函数,引入了新的 token 类型
2025-03-23 12:13:16 +08:00
# linux binary files
*.o
*.a
*.so
*.out
# windows binary files
*.obj
*.lib
*.dll
*.exe
# developed notes
note.md
# python
.venv
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 24ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API