History for NewLang / src / tokenize.py
2022-06-08
@Jookia
src: Rename syntax to token
Jookia committed on 8 Jun 2022
@Jookia
parse: Remove SyntaxType ...
Jookia committed on 8 Jun 2022
2022-04-24
@Jookia
tokenize: Support CR LF new line sequences
Jookia committed on 24 Apr 2022
@Jookia
tokenize: Add more new line symbols
Jookia committed on 24 Apr 2022
@Jookia
parse: Ignore whitespace in text, instead join words with spaces ...
Jookia committed on 24 Apr 2022
2022-04-21
@Jookia
docs: Clarify that we mean code points, not characters
Jookia committed on 21 Apr 2022
@Jookia
syntax: Rename SyntaxLocation's column to offset ...
Jookia committed on 21 Apr 2022
2022-03-16
@Jookia
tokenize: Move syntax to its own module
Jookia committed on 16 Mar 2022
2022-03-14
@Jookia
tokenize: Remove unused list of keywords
Jookia committed on 14 Mar 2022
@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