aboutsummaryrefslogtreecommitdiff
path: root/compiler/filesys.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-28Add Makefile target to run clang-tidy, and fix most warningsSamuel Lidén Borell1-0/+4
2016-02-28Update copyright years base on last modification dateSamuel Lidén Borell1-1/+1
2014-05-31Tests: Implement proper testing of errors (*.bad files)Samuel Lidén Borell1-19/+0
2014-05-03Shorten many function and type namesSamuel Lidén Borell1-12/+12
2014-03-23Rename "namespac" to "scope" in identifiersSamuel Lidén Borell1-2/+2
2013-10-29Remove old debug comments and a TODOSamuel Lidén Borell1-5/+0
2013-09-22Filesys: Don't report error when a namespace exists as a non-directorySamuel Lidén Borell1-1/+1
2013-09-15Identifier: Don't use NULL for context parameter in insert_* functionsSamuel Lidén Borell1-1/+1
2013-09-08Filesys: Remove old TODO commentSamuel Lidén Borell1-1/+0
2013-09-08Add support for dumping tokens againSamuel Lidén Borell1-3/+9
2013-07-18Update copyright yearsSamuel Lidén Borell1-1/+1
2013-03-01Filesys: Fail if files are loaded twice (shouldn't happen)Samuel Lidén Borell1-0/+3
2013-03-01Filesys: Don't mark existing dir identifiers as "not loaded"Samuel Lidén Borell1-1/+2
2012-08-12Fix error with "here" directly in file namespacesSamuel Lidén Borell1-1/+1
2012-07-10Main/Verifier: Verify imported files alsoSamuel Lidén Borell1-1/+3
2012-06-16Parser: Remove num_tokens and rely on last token being EOFSamuel Lidén Borell1-3/+2
2012-06-07Main: Stop and return exit status on errorsSamuel Lidén Borell1-0/+1
2012-04-29Change my e-mailSamuel Lidén Borell1-1/+1
2012-04-24Replace abort() with something that's easier to debugSamuel Lidén Borell1-1/+1
2012-03-10Disable some debug outputSamuel Lidén Borell1-3/+3
2012-01-28Just create the identifiers when loading directoriesSamuel Lidén Borell1-8/+4
2012-01-28Fix file name filtering in lrl_filesys_ensure_loaded()Samuel Lidén Borell1-5/+11
2012-01-28Implement loading of header files in other modulesSamuel Lidén Borell1-4/+55
2012-01-28Implement searching for .lh files + add missing file: filesys.c/hSamuel Lidén Borell1-0/+130