aboutsummaryrefslogtreecommitdiff
path: root/compiler/display.h
AgeCommit message (Expand)AuthorFilesLines
2016-02-28Update copyright years base on last modification dateSamuel Lidén Borell1-1/+1
2015-07-13Fix some -Weverything warnings from ClangSamuel Lidén Borell1-0/+1
2014-09-12Parser: Rename "import" to "uses" and add local/export/import def flagsSamuel Lidén Borell1-1/+1
2014-07-27Update copyright yearsSamuel Lidén Borell1-1/+1
2014-07-02Main: Add "--dump interop_ast" option for debugging problems with the interopSamuel Lidén Borell1-0/+1
2014-05-03Shorten many function and type namesSamuel Lidén Borell1-5/+5
2013-10-29Beginning of an "interop" system that parses C headersSamuel Lidén Borell1-0/+1
2012-07-03Display: Function to get names of ast_typesSamuel Lidén Borell1-0/+2
2012-04-29Change my e-mailSamuel Lidén Borell1-1/+1
2012-01-31Parser: Turn typenames into definitionsSamuel Lidén Borell1-1/+1
2012-01-28Replace "deferred identifiers" with "identifier references"Samuel Lidén Borell1-0/+2
2012-01-23Release everything under the MIT licenseSamuel Lidén Borell1-0/+27
2011-12-09Add command line option to dump the identifiersSamuel Lidén Borell1-0/+2
2011-12-02Parser: Namespace blocksSamuel Lidén Borell1-0/+1
2011-12-01Functions for displaying statementsSamuel Lidén Borell1-0/+2
2011-11-26Parser: Implement the import keywordSamuel Lidén Borell1-0/+1
2011-11-20Parser: Type qualifiersSamuel Lidén Borell1-0/+1
2011-11-19Functions to display typesSamuel Lidén Borell1-0/+4
2011-11-19Functions to display type/data/function definitionsSamuel Lidén Borell1-0/+5
2011-11-18Renamed lrl_display_type to lrl_display_token_typeSamuel Lidén Borell1-1/+1
2011-11-18Implement dumping of the token streamSamuel Lidén Borell1-0/+1
2011-11-17Prefix all header defines with LRL_Samuel Lidén Borell1-2/+2
2011-11-12Naming convention fixesSamuel Lidén Borell1-4/+4
2011-10-30Parser: Display parsed expressionsSamuel Lidén Borell1-0/+12