Abstract--The paper presents innovative parser construction method and parser generator prototype which generates a computer language parser from a set of annotated classes in contrast to classic parser generators which specify concrete syntax of a computer language using BNF notation. In the presented approach a language with textual concrete syntax is deon the abstract syntax definition extended with source code annotations. The process of parser implementation is presented on selected concrete computer language