Skip to content
  • Joel K. Pettersson's avatar
    Change '#'-handling & replace old 'Q'. Refactor file module. · 68df3806
    Joel K. Pettersson authored
    Syntax changes:
     - Change '#' line comment to '#!'.
     - Remove 'Q' (quit) keyword, re-add as '#Q'.
    
    Add and use '#'-override in parser. A start
    for implementing a simple preprocessor.
    
    Refactor file buffer module, for extensibility
    and making it work simply with the new functionality.
    
    Update README and scripts.
    
    Increase version to v0.3.2.
    
    Change log:
     * 2019-08-21: Change '#'-handling, replace old 'Q'.
           Add and use SAU_File_end() for '#Q'.
           Update README and scripts.
     * 2019-08-22: Debug file module changes, tidy up.
     * 2019-08-24: Further refactor file module.
           Now use SAU_Scanner_close() for '#Q',
           as SAU_File_close() now behaves as expected.
           Set version to v0.3.2.
    68df3806