edits
[cdsspec-compiler.git] / grammer / README.txt
index 6ceacdae6eb92e6585e0c7f48ea60e6bdef3d458..0d25b20d439627b4fc8c4e1aedaf850c2ec9f219 100644 (file)
@@ -1,8 +1,7 @@
 "preScanner.jj" is used to process the backslash sign at the end of a line
-(basically splce broken lines before really processing the specifications).
+(basically splice broken lines before really processing the specifications).
 
 "util.jj" is used to process some specific strings, such as the declaration of a
 function with templated types. It is designed to be used as a library funcions.
 
-"spec_compiler.jj" is the real grammer file to parse the text files and extract
-structured specifications.
+"spec_compiler.jj" is the file to parse the extracted specifications.