4 Star 24 Fork 3

ValKmjolnir / Nasal-Interpreter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 544 Bytes
一键复制 编辑 原始数据 按行查看 历史
ValKmjolnir 提交于 2023-08-19 21:36 . :memo:add experimental repl (for fun)
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# VS C++ sln
*.sln
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
.vs
x64
CMakePresents.json
# nasal executable
nasal
nasal.exe
# misc
.vscode
dump
fgfs.log
.temp.*
# build dir
build
out
# macOS special cache directory
.DS_Store
# ppm picture generated by ppmgen.nas
*.ppm
C++
1
https://gitee.com/valkmjolnir/Nasal-Interpreter.git
git@gitee.com:valkmjolnir/Nasal-Interpreter.git
valkmjolnir
Nasal-Interpreter
Nasal-Interpreter
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891