mirror of
https://github.com/safiire/n65.git
synced 2025-08-08 12:25:24 +00:00
Update ci name and gitignore
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user