mirror of
https://github.com/cc65/cc65.git
synced 2025-08-09 13:25:06 +00:00
Added a todo list
git-svn-id: svn://svn.cc65.org/cc65/trunk@566 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -34,6 +34,18 @@
|
||||
|
||||
|
||||
|
||||
# Things currently missing:
|
||||
#
|
||||
# - Scoping with .proc/.endproc
|
||||
# - .global is ignored
|
||||
# - .constructor/.destructor/.condes dito
|
||||
# - .ignorecase is ignored, labels are always case sensitive
|
||||
# - .include handling (difficult)
|
||||
# - The global namespace operator ::
|
||||
#
|
||||
|
||||
|
||||
|
||||
use strict 'vars';
|
||||
use warnings;
|
||||
|
||||
|
Reference in New Issue
Block a user