fe3b1e8b6a
ci / build (ubuntu) (push) Has been cancelled
ci / unit + fmt (push) Has been cancelled
ci / examples (push) Has been cancelled
ci / goldens + tools (push) Has been cancelled
ci / apps (push) Has been cancelled
ci / selfhost smoke (push) Has been cancelled
ci / macos smoke (push) Has been cancelled
ci / windows smoke (push) Has been cancelled
ci / CI gate (push) Has been cancelled
selfhost-loop / bootstrap determinism (push) Has been cancelled
Sessions 56–69: declarative macro! with rep/zip/literal/block and unhygienic var $name binders; partial field-move skip Drop; @[Release] polish; LSP type hierarchy; CI Nim cache + lean macOS + Windows smoke.
36 lines
391 B
Plaintext
36 lines
391 B
Plaintext
# Compiled binary
|
|
buxc
|
|
buxc_lir
|
|
src/main
|
|
|
|
# Nim cache
|
|
nimcache/
|
|
|
|
# Test binaries
|
|
tests/lexer_test
|
|
tests/parser_test
|
|
tests/sema_test
|
|
tests/hir_test
|
|
tests/borrow_test
|
|
tests/test_generics_parse
|
|
tests/*.exe
|
|
|
|
# Build artifacts
|
|
build/
|
|
*.o
|
|
|
|
# Temporary directories
|
|
_test_tmp_pkg/
|
|
test_pkg/
|
|
examples_pkg/
|
|
|
|
# Temporary test directories
|
|
_test_*/
|
|
|
|
# Backup files
|
|
*.bak
|
|
|
|
# Log files
|
|
*.log
|
|
.nim_runtime/
|