18
I Use This!
Activity Not Available

News

Posted almost 14 years ago by [email protected]>
Delimiter info is stored as char, not char *. _REFERENCE_COMPILER/m2_filenames.c (2 lines added, 2 lines removed)
Posted almost 14 years ago by [email protected]>
m2_path_from_filename: Fix return type and = versus ==. _REFERENCE_COMPILER/m2_filenames.c (3 lines added, 3 lines removed) _REFERENCE_COMPILER/m2_filenames.h (2 lines added, 2 lines removed)
Posted almost 14 years ago by [email protected]>
Change #elif without a condition to #else. _REFERENCE_COMPILER/m2_filenames.c (3 lines added, 3 lines removed)
Posted almost 14 years ago by [email protected]>
Add m2_filenames.c to build. _REFERENCE_COMPILER/Makefile (1 lines added, 1 lines removed)
Posted almost 14 years ago by [email protected]>
added pragma name ENCODINGS _REFERENCE_COMPILER/m2_table_of_pragma_names.h (2 lines added, 1 lines removed)
Posted almost 14 years ago by [email protected]>
added braces to single-statement if and else blocks _REFERENCE_COMPILER/m2_filenames.c (10 lines added, 5 lines removed)
Posted almost 14 years ago by [email protected]>
added portable filename handling module _REFERENCE_COMPILER/m2_filenames.c (799 lines added, 0 lines removed) _REFERENCE_COMPILER/m2_filenames.h (268 lines added, 0 lines removed) _REFERENCE_COMPILER/m2r10c.c (1 lines added, 1 lines removed)
Posted almost 14 years ago by Mephisto
Add a little guide and Makefile for the First- and Follow-Set Generator utility. _UTILITIES/gen_first_and_follow_sets/Makefile (115 lines added, 0 lines removed) _UTILITIES/gen_first_and_follow_sets/README (40 lines added, 0 lines removed)
Posted almost 14 years ago by Mephisto
Minor Makefile fixes. I told you it was work in progress.. Use the correct amount of data for the First- and Follow-Sets. _REFERENCE_COMPILER/m2_table_of_productions.h (147 lines added, 149 lines removed) ... [More] _REFERENCE_COMPILER/m2_tokenset.c (10 lines added, 10 lines removed) _REFERENCE_COMPILER/m2_productions.c (2 lines added, 2 lines removed) _REFERENCE_COMPILER/Makefile (5 lines added, 5 lines removed) _REFERENCE_COMPILER/m2_productions.h (1 lines added, 1 lines removed) [Less]
Posted almost 14 years ago by Mephisto
Changed Makefile to operate source-based. Probably work in progress. _REFERENCE_COMPILER/Makefile (71 lines added, 60 lines removed)