History for NewLang / src / tokenize.py
2022-03-14
@Jookia
parse: Move Syntax to tokenize and replace Token ...
Jookia committed on 14 Mar 2022
@Jookia
tokenize: Remove TokenType enum ...
Jookia committed on 14 Mar 2022
2022-02-08
@Jookia
tokenize: Add shebang types
Jookia committed on 8 Feb 2022
@Jookia
tokenize: Classify language keywords
Jookia committed on 8 Feb 2022
@Jookia
tokenize: Add booleans
Jookia committed on 8 Feb 2022
@Jookia
tokenize: Add is_newline and is_whitespace functions
Jookia committed on 8 Feb 2022
@Jookia
tokenize: Move classify_tokens to before locate_tokens
Jookia committed on 8 Feb 2022
@Jookia
tokenize: Use type for locating newlines ...
Jookia committed on 8 Feb 2022
@Jookia
tokenize: Add NEWLINE token type ...
Jookia committed on 8 Feb 2022
2022-02-07
@Jookia
tokenize: Add tokenize wrapper function
Jookia committed on 7 Feb 2022
@Jookia
tokenize: Add classify_tokens to set token types
Jookia committed on 7 Feb 2022
@Jookia
tokenize: Add WHITESPACE TokenType ...
Jookia committed on 7 Feb 2022
2022-02-06
@Jookia
tokenize: Add type value for token type
Jookia committed on 6 Feb 2022
@Jookia
src: tokenize: Rename symbol to token
Jookia committed on 6 Feb 2022
2022-02-05
@Jookia
tokenize: Add locate_symbols function to add symbol locations ...
Jookia committed on 5 Feb 2022
@Jookia
tokenize: Always specify a location for symbols ...
Jookia committed on 5 Feb 2022
2022-02-04
@Jookia
tokenize: Fix no mutate pragmas
Jookia committed on 4 Feb 2022
@Jookia
tokenize: Add location to symbols ...
Jookia committed on 4 Feb 2022
@Jookia
src: tokenize: Use symbol objects for symbols ...
Jookia committed on 4 Feb 2022
@Jookia
src: tokenize: Don't join whitespaces when splitting ...
Jookia committed on 4 Feb 2022
@Jookia
src: tokenize: Add some function comments
Jookia committed on 4 Feb 2022
@Jookia
src: tokenize: Always append current buffer ...
Jookia committed on 4 Feb 2022
@Jookia
src: tokenizer: Add beginning of new tokenizer
Jookia committed on 4 Feb 2022