00:00:00 --- log: started forth/17.06.17 00:23:43 --- join: proteusguy (~proteus-g@180.183.55.202) joined #forth 00:23:44 --- mode: ChanServ set +v proteusguy 02:03:29 --- quit: proteus-guy (Remote host closed the connection) 02:04:11 --- join: proteus-guy (~proteusgu@180.183.55.202) joined #forth 02:09:09 --- quit: proteus-guy (Remote host closed the connection) 02:09:51 --- join: proteus-guy (~proteusgu@180.183.55.202) joined #forth 02:57:48 --- quit: mark4_ (Ping timeout: 240 seconds) 03:18:29 --- join: true-grue (~true-grue@176.14.219.178) joined #forth 03:24:08 --- join: GeDaMo (~GeDaMo@212.225.125.110) joined #forth 04:07:29 --- join: MickyW (~MickyW@p4FE8C56A.dip0.t-ipconnect.de) joined #forth 06:31:29 --- quit: lonjil (Quit: No Ping reply in 180 seconds.) 06:31:51 --- join: lonjil (~quassel@2a02:418:6050:ed15:ed15:ed15:e741:32d6) joined #forth 07:48:56 --- quit: jedb (Ping timeout: 240 seconds) 07:50:14 --- join: jedb (~jedb@199.66.90.113) joined #forth 08:11:48 --- quit: MickyW (Ping timeout: 240 seconds) 09:29:39 --- join: mark4 (~mark4@99.30.241.51) joined #forth 09:32:10 --- join: regreg_ (AdiIRC@85.121.54.224) joined #forth 09:33:43 --- quit: regreg (Ping timeout: 255 seconds) 09:33:44 --- nick: regreg_ -> regreg 10:07:09 --- quit: dual (Ping timeout: 240 seconds) 10:10:59 --- quit: proteus-guy (Ping timeout: 246 seconds) 10:11:13 --- quit: proteusguy (Ping timeout: 260 seconds) 10:11:25 --- join: proteus-guy (~proteusgu@180.183.100.153) joined #forth 10:11:53 --- join: proteusguy (~proteus-g@180.183.100.153) joined #forth 10:11:54 --- mode: ChanServ set +v proteusguy 10:45:17 --- quit: Bunny351 (Quit: Bunny351) 10:45:29 --- join: Bunny351 (~Bunny351@p4FD2C312.dip0.t-ipconnect.de) joined #forth 10:48:47 --- quit: Bunny351 (Client Quit) 10:48:57 --- join: Bunny351 (~Bunny351@p4FD2C312.dip0.t-ipconnect.de) joined #forth 11:49:11 --- quit: LeCamarade (*.net *.split) 11:49:11 --- quit: pointfree (*.net *.split) 11:49:11 --- quit: jeremyheiler (*.net *.split) 11:49:12 --- quit: rpcope (*.net *.split) 11:49:13 --- quit: crc (*.net *.split) 11:49:22 --- join: LeCamarade (~revence@139.59.111.106) joined #forth 11:49:26 --- join: rpcope (~GOTZNC@162.245.217.4) joined #forth 11:50:02 --- join: pointfree (sid204397@gateway/web/irccloud.com/x-tddsjmvgslilujut) joined #forth 11:50:33 --- join: jeremyheiler (sid81469@gateway/web/irccloud.com/x-ywlmmrxlvzffvrca) joined #forth 11:50:45 --- join: crc (sid2647@gateway/web/irccloud.com/x-ffphozxbdgzwfhji) joined #forth 12:33:44 --- join: gravicappa (~gravicapp@ppp83-237-174-66.pppoe.mtu-net.ru) joined #forth 13:38:29 --- quit: GeDaMo (Remote host closed the connection) 14:32:10 --- quit: dys (Read error: Connection reset by peer) 14:34:26 --- quit: gravicappa (Ping timeout: 240 seconds) 14:42:52 --- join: dys (~dys@ip-109-44-3-111.web.vodafone.de) joined #forth 15:10:57 --- join: wa5qjh (~Thunderbi@121.54.90.149) joined #forth 15:11:23 --- join: karswell` (~user@67.28.199.146.dyn.plus.net) joined #forth 15:28:25 --- quit: true-grue (Read error: Connection reset by peer) 15:43:11 --- quit: DGASAU (Ping timeout: 258 seconds) 15:50:32 --- join: DGASAU (~user@lmpc.drb.insel.de) joined #forth 16:02:56 --- quit: zy]x[yz (Read error: Connection reset by peer) 16:06:53 --- join: zy]x[yz (~corey@unaffiliated/cmtptr) joined #forth 16:17:28 --- join: Zarutian (~zarutian@168-110-22-46.fiber.hringdu.is) joined #forth 16:53:28 --- quit: zy]x[yz (Read error: Connection reset by peer) 16:54:42 --- join: zy]x[yz (~corey@unaffiliated/cmtptr) joined #forth 17:08:57 --- quit: wa5qjh (Remote host closed the connection) 17:18:20 --- join: wa5qjh (~Thunderbi@121.54.90.149) joined #forth 17:20:16 --- quit: wa5qjh (Read error: Connection reset by peer) 17:22:21 I'm proud of myself. I think I may have just experienced my first forth-esque "elegantly solve a problem by remove all of the non-problems surrounding it" 17:23:47 I've been tripping over myself trying to come up with naming conventions and syntaxes to solve the problem of syntax highlighting. honestly, I never even wanted very complex or elaborate syntax highlighting rules, I just want for ' ( not to inadvertently start a comment 17:24:01 or for : ( ... ; not to start a comment, etc. 17:25:30 the solution I've finally settled on: I'm just going to change "word" to ignore the first character when it parses a word that begins with a "\" 17:25:48 and then the syntax highlighting rules just won't match the leading \ 17:26:07 so if ' ( breaks syntax highlighting, write ' \( instead 17:26:39 the forth parser will still parse it as (, but the syntax highlighting engine sees it as a \( and so doesn't start highlighting the rest of the file like it's a comment 17:27:09 this has the added bonus that you can now write zero-length words with just \ 17:27:28 which is a weirdness I'm considering to use to replace :noname 17:27:35 instead you write : \ foo bar baz ; 18:08:49 --- quit: karswell` (Ping timeout: 240 seconds) 18:22:46 --- join: wa5qjh (~Thunderbi@121.54.90.149) joined #forth 19:02:51 --- join: Chef_Gromboli (~Chef_Grom@static-72-88-80-103.bflony.fios.verizon.net) joined #forth 20:37:55 --- quit: Bunny351 (Ping timeout: 240 seconds) 20:49:02 --- join: Bunny351 (~Bunny351@p4FD2F61A.dip0.t-ipconnect.de) joined #forth 20:56:11 --- quit: Zarutian (Quit: Zarutian) 21:08:46 --- quit: wa5qjh (Remote host closed the connection) 22:40:00 --- quit: Chef_Gromboli (Quit: Leaving) 23:59:59 --- log: ended forth/17.06.17