]> git.mdlowis.com Git - proto/sclpl-rb.git/shortlog
proto/sclpl-rb.git
2020-01-31 Michael D.... added declaration parsing and scaffolding for array
2020-01-30 Michael D.... added nillable types
2020-01-29 Michael D.... added member access and function calls
2020-01-28 Michael D.... implemented statement parsing
2020-01-27 Michael D.... added more scaffolding for declarations and assignments
2020-01-27 Michael D.... added return statement and scaffolding for other statements
2020-01-27 Michael D.... reorged code slightly
2020-01-27 Michael D.... tweaked syntax based on ideas from oberon
2019-09-20 Michael D.... added ada notes
2019-09-20 Michael D.... taking inspiration from ada...
2019-08-03 Michael D.... added basic arithmetic operators with proper precedence
2019-07-31 Michael D.... implemented first pass at pratt parser
2019-07-30 Michael D.... sketched out pratt parser
2019-07-30 Michael D.... added bare minimum constant parsing (only ints)
2019-07-30 Michael D.... initial commit