[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[pre-lexer 00/21] preparation for work on lexer
From: |
Ben Pfaff |
Subject: |
[pre-lexer 00/21] preparation for work on lexer |
Date: |
Thu, 23 Sep 2010 21:20:36 -0700 |
I've been doing a major rewrite of the PSPP lexer (tokenizer).
It is not ready yet, but this series prepares for it by fixing
up a number of issues and making various improvements that I
have discovered along the way.
Comments are appreciated. This is a big series, so I will give
this a week or so, unless I hear feedback back before then.
Thanks,
Ben.
- [pre-lexer 00/21] preparation for work on lexer,
Ben Pfaff <=
- [pre-lexer 01/21] str: Make ss_alloc_substring() allocate null-terminated strings., Ben Pfaff, 2010/09/24
- [pre-lexer 13/21] command: Remove superfluous trailing spaces from command names., Ben Pfaff, 2010/09/24
- [pre-lexer 19/21] data-in: Rewrite logic for recoding input, and get rid of src_enc member., Ben Pfaff, 2010/09/24
- [pre-lexer 03/21] i18n: New function recode_substring_pool()., Ben Pfaff, 2010/09/24
- [pre-lexer 11/21] lexer: Use lex_is_string() more consistently., Ben Pfaff, 2010/09/24
- [pre-lexer 04/21] syntax-string-source: Fix format string problems., Ben Pfaff, 2010/09/24
- [pre-lexer 08/21] Make translation easier., Ben Pfaff, 2010/09/24
- [pre-lexer 14/21] command: Add specific DATASET unimplemented commands., Ben Pfaff, 2010/09/24
- [pre-lexer 12/21] command: Remove INSERT from list of unimplemented commands., Ben Pfaff, 2010/09/24
- [pre-lexer 20/21] data-in: Make data_in() parameters more uniform., Ben Pfaff, 2010/09/24