2022-08-14 16:43:00 how good is forth to use it as a code generator? 2022-08-14 16:43:33 I think the colon words can shine there, every concept would be a word generating code 2022-08-14 16:48:29 I have this, althought being so different to forth can be difficult to understand 2022-08-14 16:48:30 https://termbin.com/b2cyr 2022-08-14 16:50:29 but when you put 'some.file include that filename will be added to a hash and concatenated later with to.file "something" code will concatenate the string to a variable and to.file will write that variable 2022-08-14 16:51:36 so in the example it creates a file named some.file with the contents: int some_num = 3; 2022-08-14 22:12:34 dang they left 2022-08-14 22:12:44 was going to suggest my parser generator in Forth: https://github.com/siraben/meta-yacc/blob/master/meta.fs