mirror of
https://github.com/safiire/n65.git
synced 2025-04-10 22:37:03 +00:00
Update ci name and gitignore
This commit is contained in:
parent
2b5e170922
commit
e11d3e0170
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: N65 CI
|
||||
name: N65
|
||||
|
||||
on:
|
||||
push:
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,6 +1,6 @@
|
||||
demo.asm
|
||||
*.nes
|
||||
*.nes.yaml
|
||||
*.nes.cycles.yaml
|
||||
.DS_Store
|
||||
Desktop.ini
|
||||
Thumbs.db
|
||||
|
@ -4,7 +4,6 @@ module N65
|
||||
class SymbolTable
|
||||
attr_accessor :scope_stack
|
||||
|
||||
# Custom Exceptions
|
||||
class InvalidScope < StandardError; end
|
||||
class UndefinedSymbol < StandardError; end
|
||||
class CantExitScope < StandardError; end
|
||||
|
Loading…
x
Reference in New Issue
Block a user