00:00:00 --- log: started retro/11.06.02 08:10:08 --- join: aisa (~aisa@c-68-35-164-105.hsd1.nm.comcast.net) joined #retro 10:04:30 * crc is thinking about writing a basic compiler in retro 11:47:20 sick :) 11:54:32 --- join: zzing (~zzing@184.151.127.196) joined #retro 11:54:53 --- part: zzing left #retro 13:40:49 --- join: roarde (~roarde@pdpc/supporter/active/roarde) joined #retro 14:17:55 bf. gotta love it. 15:53:53 bf is fine except for the name :) 15:54:39 I'll have a minimalistic dialect of basic in the playground fossil in a day or two. Still need to add conditionals, and simples expressions via LET or similar 15:55:45 it's working for really simple things like: 15:55:46 0001 CLS 15:55:46 0002 PRINT "HELLO, WORLD\n" 15:55:46 0003 LET a$ = "Hello Again" 15:55:46 0004 PRINT a$ 15:55:47 0005 END 15:55:49 4000 RUN 15:56:54 just make a bf varient with the only change being the use of ^ and v in place of + and -, and call it, umm, "bender" 16:15:13 the bf compiler is done; no need to alter it further at this time. The simple basic compiler is another matter... 16:17:19 if one's implementing it, isn't "simple basic" an oxymoron? 16:19:35 yes 16:20:24 :P 17:05:33 --- quit: roarde (Quit: Leaving) 17:35:01 apart from handling expressions, this is working as expected 18:32:56 --- join: roarde (~roarde@pdpc/supporter/active/roarde) joined #retro 18:38:44 * crc pushed the current basic.rx to the repo 18:40:17 --- quit: roarde (Read error: Connection reset by peer) 18:41:13 --- join: roarde (~roarde@pdpc/supporter/active/roarde) joined #retro 19:01:57 --- quit: roarde (Quit: Leaving) 20:56:11 --- quit: aisa (Quit: aisa) 23:59:59 --- log: ended retro/11.06.02