]> git.mdlowis.com Git - proto/sclpl-rb.git/log
proto/sclpl-rb.git
5 years agoadded nillable types
Michael D. Lowis [Thu, 30 Jan 2020 20:01:07 +0000 (15:01 -0500)]
added nillable types

5 years agoadded member access and function calls
Michael D. Lowis [Wed, 29 Jan 2020 04:06:16 +0000 (23:06 -0500)]
added member access and function calls

5 years agoimplemented statement parsing
Michael D. Lowis [Tue, 28 Jan 2020 03:22:09 +0000 (22:22 -0500)]
implemented statement parsing

5 years agoadded more scaffolding for declarations and assignments
Michael D. Lowis [Mon, 27 Jan 2020 21:58:15 +0000 (16:58 -0500)]
added more scaffolding for declarations and assignments

5 years agoadded return statement and scaffolding for other statements
Michael D. Lowis [Mon, 27 Jan 2020 21:54:27 +0000 (16:54 -0500)]
added return statement and scaffolding for other statements

5 years agoreorged code slightly
Michael D. Lowis [Mon, 27 Jan 2020 15:25:23 +0000 (10:25 -0500)]
reorged code slightly

5 years agotweaked syntax based on ideas from oberon
Michael D. Lowis [Mon, 27 Jan 2020 04:21:30 +0000 (23:21 -0500)]
tweaked syntax based on ideas from oberon

5 years agoadded ada notes
Michael D. Lowis [Fri, 20 Sep 2019 20:37:21 +0000 (16:37 -0400)]
added ada notes

5 years agotaking inspiration from ada...
Michael D. Lowis [Fri, 20 Sep 2019 03:32:04 +0000 (23:32 -0400)]
taking inspiration from ada...

5 years agoadded basic arithmetic operators with proper precedence
Michael D. Lowis [Sat, 3 Aug 2019 02:43:01 +0000 (22:43 -0400)]
added basic arithmetic operators with proper precedence

5 years agoimplemented first pass at pratt parser
Michael D. Lowis [Wed, 31 Jul 2019 03:19:18 +0000 (23:19 -0400)]
implemented first pass at pratt parser

5 years agosketched out pratt parser
Michael D. Lowis [Tue, 30 Jul 2019 21:09:05 +0000 (17:09 -0400)]
sketched out pratt parser

5 years agoadded bare minimum constant parsing (only ints)
Michael D. Lowis [Tue, 30 Jul 2019 17:47:23 +0000 (13:47 -0400)]
added bare minimum constant parsing (only ints)

5 years agoinitial commit
Michael D. Lowis [Tue, 30 Jul 2019 14:55:15 +0000 (10:55 -0400)]
initial commit