[11:47:17] *** Quits: ski (~ski@remote11.chalmers.se) (Ping timeout: 240 seconds) [13:02:14] *** Joins: gf-log-bot (~gf-log-bo@cse-31305.cse.chalmers.se) [13:02:16] *** Server sets mode: +cnrt [15:55:48] moooo [15:58:00] hello [15:58:07] greeting [15:58:22] i'm making progress on things, wish me luck! [15:58:26] exciting! [15:58:40] I'm spending my days writing 100% python [15:58:50] oh yeah? [15:58:52] I haven't touched gf in two months [15:59:00] what are you doing with python? [15:59:14] DG has some customers, doing consulting for them [15:59:34] i've been learning Elm and Haskell Megaparsec and DMN XML and i've been going back to GF [15:59:43] I don't know if I'm allowed to say more :-D the business world is such a serious place [15:59:48] nice ^^ [16:00:28] i can see on the horizon a convergence between DMN / UML / BPMN and GF probably via Haskell, with a web app in some kind of GHCJS [16:02:55] meanwhile, my natural language experiment is going very well [16:03:09] i have now gotten to the point of being able to reimplement the system three times in one day [16:05:21] haha that sounds good [16:05:32] very manageable system [16:05:41] maybe i just give up too easily [16:05:49] i am switching between implementing the language in Haskell and in GF [16:06:07] i need to better understand which side should own the abstract syntax [16:07:19] i started out with BNFC but that led to some mysterious errors possibly to do with the duplication feature [16:07:35] i really wanted to have a single well-defined BNF which could flow into both GF and Haskell [16:08:17] but the BNFC -> GF pathway developed some unexpected hurdles [16:14:50] what does this mean? [16:14:50] LexCompaniesEng> gr [16:14:51] Category S is not in scope [18:30:35] is your module hierarchy like, CompaniesEng is the main file and it uses other files, like LexCompaniesEng? [18:30:59] you should be able to gr -cat= [18:31:28] that's a common thing that you can't gr trees in start category when you only have opened some smaller module [18:40:44] the same happens e.g. in the rgl: [18:40:45] [18:40:47] Languages: LexiconEng [18:40:47] Lexicon> gr [18:40:47] no trees found [18:40:47] 1 msec [18:40:47] Lexicon> gr -cat=N [18:40:49] airplane_N [18:41:07] [18:41:30] if this doesn't explain your problem, can you show your grammar (even in private) so I can have a look?