|
|
1-10 of 11
< Previous Next >
|
The LanguageElement class should be able to handle the last position (Line, column and file position) of the related language element.
id# 6750 | Planned Release: None | Last Updated: Sep 17 2007 at 1:30 PM by INovak
Right now the compiler specific #pragma is not precessed. It has two options: '#pragma warning' and '#pragma checksum'. The first option should be processed.
id# 3164 | Planned Release: None | Last Updated: Jul 18 2007 at 1:48 PM by INovak
The #line pragma should be processed acconding to language specification. Requires refactoring in error handling (how file names and line numbers are handled)
id# 3159 | Planned Release: None | Last Updated: Jul 18 2007 at 1:45 PM by INovak
The #error pragma should be processed acconding to language specification. Requires refactoring in error handling.
id# 3161 | Planned Release: None | Last Updated: Jul 18 2007 at 12:23 PM by INovak
The #warning pragma should be processed acconding to language specification. Requires refactoring in error handling.
id# 3160 | Planned Release: None | Last Updated: Jul 18 2007 at 12:23 PM by INovak
All pragmas that are in the last line of the source code and are not terminated with an end-of-line token (but EOF) cause a syntax error.
Resolution: The scanner has been modified so if an EOF is ...
id# 3163 | Planned Release: None | Last Updated: Jul 18 2007 at 10:50 AM by INovak
C# 2.0 language specification requires a pragma start as the first non-whitespace token in the code line.
Resolution: The scanner has been changed so that NextCh method administers the first non-w...
id# 3158 | Planned Release: None | Last Updated: Jul 18 2007 at 9:28 AM by INovak
Refactor the current implementation of raising errors by the Parser class. Errors raised should not directed to the output but collected into a container of ProjectParser.
id# 1942 | Planned Release: None | Last Updated: Jul 8 2007 at 6:47 PM by INovak
Right now the parser simply skips the #region pragma. In the future it should be handled correctly with the same semantics as the C# compiler does it.
id# 2076 | Planned Release: None | Last Updated: Jun 21 2007 at 9:41 AM by INovak
To represent the full compilation unit, ProjectParser must be aware of referenced project assemblies. Add those assemblies to the ProjectParser class.
id# 1943 | Planned Release: None | Last Updated: Jun 17 2007 at 4:38 PM by INovak
|
|
1-10 of 11
< Previous 1 2 Next >
|
|
|
|