2022-04-24
@Jookia
syntax: Note that files don't have to use Unix new lines ...
Jookia committed on 24 Apr 2022
@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
@Jookia
docs: Bump copyright
Jookia committed on 24 Apr 2022
@Jookia
.gitignore: Hide all __pycache__ directories
Jookia committed on 24 Apr 2022
@Jookia
make: Remove pytest and mutmut cache
Jookia committed on 24 Apr 2022
@Jookia
syntax: Drop NewLang version keyword ...
Jookia committed on 24 Apr 2022
@Jookia
syntax: Drop support for shebangs ...
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-04-12
@Jookia
tests: parse: Add helper insert_random function ...
Jookia committed on 12 Apr 2022
2022-03-16
@Jookia
tests: parse: Document draw_token_by_value
Jookia committed on 16 Mar 2022
@Jookia
syntax: Re-organize file
Jookia committed on 16 Mar 2022
@Jookia
tests: syntax: Rename draw_token_location to draw_syntax_location
Jookia committed on 16 Mar 2022
@Jookia
tests: tokenize: Move syntax tests to new file
Jookia committed on 16 Mar 2022
@Jookia
tokenize: Move syntax to its own module
Jookia committed on 16 Mar 2022
2022-03-15
@Jookia
tests: parse: Add draw_token_by_value function
Jookia committed on 15 Mar 2022
@Jookia
parse: Add read_token function
Jookia committed on 15 Mar 2022
2022-03-14
@Jookia
tests: parse: Move syntax tests to tokenize ...
Jookia committed on 14 Mar 2022
@Jookia
tests: tokenize: Remove reference to NEWLINE
Jookia committed on 14 Mar 2022
@Jookia
tests: tokenize: Draw classified tokens for testing locations ...
Jookia committed on 14 Mar 2022
@Jookia
tests: parse: Remove unused code
Jookia committed on 14 Mar 2022
@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
parse: Don't nest tokens in values ...
Jookia committed on 14 Mar 2022
@Jookia
tokenize: Remove TokenType enum ...
Jookia committed on 14 Mar 2022
2022-03-13
@Jookia
tests: parse: Test that parse_text fails with extra StartText tokens
Jookia committed on 13 Mar 2022
@Jookia
tests: parse: Test invalid content
Jookia committed on 13 Mar 2022
@Jookia
tests: parse: Draw text syntax tokens ...
Jookia committed on 13 Mar 2022