History for NewLang / src
2022-02-15
@Jookia
parse: Add remove_whitespace pass
Jookia committed on 15 Feb 2022
@Jookia
parse: Move to oldparse ...
Jookia committed on 15 Feb 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
2022-02-03
@Jookia
Change license to LGPL-2.1-only
Jookia committed on 3 Feb 2022
2022-01-04
@Jookia
src: parse: Fix uppercase repr value
Jookia committed on 4 Jan 2022
2021-12-22
@Jookia
parse: Use __str__ for ParseError printing ...
Jookia committed on 22 Dec 2021
@Jookia
tests: lexer: Check error location
Jookia committed on 22 Dec 2021
2021-12-18
@Jookia
src/tests: Fix conditional statements ...
Jookia committed on 18 Dec 2021
@Jookia
src: parse: Don't assign unused variables ...
Jookia committed on 18 Dec 2021
@Jookia
src: interp: Fix copy paste error in Equals ...
Jookia committed on 18 Dec 2021