Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 502 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 502 Bytes

C++ and Document Compiler

The original project is in the release-1.0 branch, which is a manually written C++ frontend, resolving symbols, indexing code in HTML, and generating documents in XML.

The new project will stop doing precise resolving, it will focus on document only. The parser will be implemented using VlppParser2. It allows ambiguity without the need of resolving symbols.