aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test-lexing.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-21ptrlist: remove the now unneeded FOR_EACH_PTR_NOTAG()Luc Van Oostenryck1-2/+2
2013-11-29sparse: Relicense under the MIT licenseFranz Schrober1-1/+17
2006-12-04cleanup write to argument array hackChristopher Li1-3/+7
2005-08-03Update the calling interface to "sparse()".Linus Torvalds1-1/+3
2005-04-07Make "test-lexing" use sparse() infrastructure.Linus Torvalds1-31/+2
2005-04-07Janitorial trivialities.welinder@darter.rentec.com1-1/+1
2005-04-07Make "next_path" be per-stream for better "include_next".Linus Torvalds1-1/+1
2005-04-07Initialize C type system after parsing the command line arguments.Linus Torvalds1-0/+4
2005-04-07Update copyright notices to reflect the fact that TransmetaLinus Torvalds1-0/+1
2005-04-07Make the example clients be under the OSL v1.1 too. Linus Torvalds1-1/+3
2005-04-07Make test-lexer output indentation.Linus Torvalds1-3/+8
2005-04-07Change the copyright to Transmeta Corp, that's likely to beLinus Torvalds1-1/+1
2005-04-07Introduce a "struct position", and have the different types referLinus Torvalds1-2/+2
2005-04-07Add preprocessor directives to manipulate the include path.Linus Torvalds1-14/+0
2005-04-07Parse type qualifiers properly instead of re-using the declarationLinus Torvalds1-0/+1
2005-04-07Move includepath[] array out of pre-processor, since we wantLinus Torvalds1-0/+13
2005-04-07Add copyright statements and file comments. Add a FAQ, README, andLinus Torvalds1-0/+6
2005-04-07Fix up warnings by adding includes and the proper prototypes.Linus Torvalds1-0/+1
2005-04-07Avoid re-tokenizing header files that are protected byLinus Torvalds1-0/+1
2005-04-07Fix fd leak in tokenization.Linus Torvalds1-0/+1
2005-04-07Tokenization drops whitespace, but there is one area where it isLinus Torvalds1-3/+5
2005-04-07Whitespace and comment fixes for testersLinus Torvalds1-0/+1
2005-04-07Teach the preprocessing pass to handle 'include' and Linus Torvalds1-4/+4
2005-04-07Add initial preprocessor pass (doesn't actually do much)Linus Torvalds1-0/+1
2005-04-07Implement space-efficient allocator for small data structures. WeLinus Torvalds1-2/+2
2005-04-07Make lexing tester print out string constants properly.Linus Torvalds1-13/+6
2005-04-07Start handling minimal semantic information, needed for types.Linus Torvalds1-0/+2
2005-04-07Mark local parsing functions 'static'.Linus Torvalds1-1/+1
2005-04-07Add simple recursive-descent C expression parsing (but we only do theLinus Torvalds1-91/+1
2005-04-07Yaah. I'm a retard, but I want to at least try to see how hard it isLinus Torvalds1-0/+126