2021-10-25
@Jookia
tests: Add lexer test for shebangs
Jookia committed on 25 Oct 2021
@Jookia
tests: Add lexer test for symbols
Jookia committed on 25 Oct 2021
@Jookia
tests: Add lexer test for keywords
Jookia committed on 25 Oct 2021
@Jookia
tests: Add test for lexing booleans
Jookia committed on 25 Oct 2021
@Jookia
tests: Test parser note mechanism
Jookia committed on 25 Oct 2021
@Jookia
tests: Test text parsing with the lexer
Jookia committed on 25 Oct 2021
@Jookia
tests: Comment test_parser_fuzz
Jookia committed on 25 Oct 2021
@Jookia
tests: Add regression test for trailing whitespace in text
Jookia committed on 25 Oct 2021
@Jookia
parse: Read text literal up to beginning of EndText ...
Jookia committed on 25 Oct 2021
@Jookia
parse: Add code position to word value ...
Jookia committed on 25 Oct 2021
@Jookia
parse: Add Word class for lexer tokens ...
Jookia committed on 25 Oct 2021
@Jookia
parse: Fix tracing in lexer next() ...
Jookia committed on 25 Oct 2021
@Jookia
parse: Have lexer position be current instead of future ...
Jookia committed on 25 Oct 2021
2021-10-24
@Jookia
parse: Fix text literals being cut off when placed at end of file
Jookia committed on 24 Oct 2021
2021-09-24
@Jookia
src: Put repo directory in path so it can find the src module ...
Jookia committed on 24 Sep 2021
@Jookia
make: Style fixup
Jookia committed on 24 Sep 2021
@Jookia
make: Use src as module in zipapp ...
Jookia committed on 24 Sep 2021
@Jookia
parse: Account for EOF when checking for whitespace ...
Jookia committed on 24 Sep 2021
@Jookia
parse: Decode file as UTF-8 ...
Jookia committed on 24 Sep 2021
2021-09-23
@Jookia
Add test harness and simple fuzz test
Jookia committed on 23 Sep 2021
2021-09-16
@Jookia
make: Add 'grip' target for Markdown development
Jookia committed on 16 Sep 2021
@Jookia
docs: Add note about syntax being a plan
Jookia committed on 16 Sep 2021
@Jookia
README: Add readme
Jookia committed on 16 Sep 2021
@Jookia
make: Add copyright and license notice
Jookia committed on 16 Sep 2021
@Jookia
make: Build NewLang in separate directory
Jookia committed on 16 Sep 2021
@Jookia
make: Add 'tidy' command that runs Black code formatter
Jookia committed on 16 Sep 2021
@Jookia
make: Add way to build NewLang executable
Jookia committed on 16 Sep 2021
@Jookia
docs: Change Begin* To Start* ...
Jookia committed on 16 Sep 2021
2021-08-24
@Jookia
docs: Replace StartNote/Text with BeginNote/Text ...
Jookia committed on 24 Aug 2021
@Jookia
examples: Add license header and note to menu example
Jookia committed on 24 Aug 2021