NewLang: Difference between revisions

From JookWiki
m (parsr -> parser)
(→‎History: Update log)
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
NewLang is my pet project I've been working on with the goal of making programming easier for people using screen readers and people with cognitive difficulties.
NewLang is my pet project I've been working on with the goal of making programming easier for people using screen readers and people with cognitive difficulties.


All the documentation is hopefully at the [https://git.lumina-sensum.com/LuminaSensum/NewLang NewLang git repo]
All the documentation is hopefully at the [https://git.lumina-sensum.com/LuminaSensum/NewLang NewLang git repo].


== History ==
== History ==
Line 22: Line 22:
=== 2022 ===
=== 2022 ===


* January: Relicense to LGPLV2.1 only, parser tests, realization the parser is really broken
* January: Relicense to LGPLv2.1 only, parser tests, realization the parser is really broken
*February: New parser
*February: New tokenizer and beginnings of new parser
*March: Parser work
*April: Parser work, syntax tweaks
*May: Parser work, Windows support, reproducible builds and Jenkins CI
*June: Parser work
*July: Parser work
*August: Parser errors, MicroPython support
*September: Planning translation support, realizing I have to rewrite parser again
*October: Nothing much, trying to figure out how to work on parser stuff
*November: No work, hiding from my problems
*December: Burnout
 
=== 2023 ===
 
* January: Burnout
* February: Small changes, trying to battle burnout


[[Category:Projects]]
[[Category:Projects]]

Revision as of 22:14, 27 February 2023

NewLang is my pet project I've been working on with the goal of making programming easier for people using screen readers and people with cognitive difficulties.

All the documentation is hopefully at the NewLang git repo.

History

Development has been slow. Here's a rough timeline:

2021

  • February: Initial proof of concept
  • March: Nothing
  • April: Parser rewrite
  • May: Parser error handling and more examples
  • June: Nothing
  • July: Relicense from LGPLv2.1 or later
  • August: Syntax description and plan
  • September: NewLang executable and parser tests
  • October: Parser refactoring and parser tests
  • November: Parser tests
  • December: Parser tests

2022

  • January: Relicense to LGPLv2.1 only, parser tests, realization the parser is really broken
  • February: New tokenizer and beginnings of new parser
  • March: Parser work
  • April: Parser work, syntax tweaks
  • May: Parser work, Windows support, reproducible builds and Jenkins CI
  • June: Parser work
  • July: Parser work
  • August: Parser errors, MicroPython support
  • September: Planning translation support, realizing I have to rewrite parser again
  • October: Nothing much, trying to figure out how to work on parser stuff
  • November: No work, hiding from my problems
  • December: Burnout

2023

  • January: Burnout
  • February: Small changes, trying to battle burnout