TweeZcodeCompiler / twee_zcode_compiler

compiler project at FU Berlin
MIT License
3 stars 0 forks source link

Assembly parser ignores undeclared identifiers #81

Closed ottne closed 9 years ago

ottne commented 9 years ago

As the title says, our current implementation of the assembly parser ignores undeclared identifiers and proceeds to generate a (most likely faulty) Z-file.

The assembler should be able to handle both undeclared and/or double identifiers and report errors accordingly.