[TIMOB-7114] CodeProcessor: Extend compile process to analyze code using an AST parser
| GitHub Issue | n/a |
|---|---|
| Type | Epic |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-10-09T02:33:16.000+0000 |
| Affected Version/s | Release 2.1.0 |
| Fix Version/s | Release 3.0.0, Sprint 2012-20 JS, 2012 Sprint 20 |
| Components | Code Processor |
| Labels | n/a |
| Reporter | Chris Barber |
| Assignee | Praveen Innamuri |
| Created | 2012-01-11T14:34:36.000+0000 |
| Updated | 2017-03-21T18:57:25.000+0000 |
Description
The AST mechanism, formally called the Titanium Code Processor, or just Code Processor for short, will analyze a user's code and perform a variety of warning/error checks, optimizations, and other code analysis. The core mechanism needs to be extensible so that each platform can add it's own functionality.
Closing ticket as fixed.