[Jprogramming] IXML grammar for parse J

2023-10-05 Thread LdBeth
I'm planning to make a literate programming tool for J, and the first step is to make a parser that can tokenlize J. https://gist.github.com/LdBeth/8277950958b964d0778d70ffd3d998de Almost everything except multi line explicit definitions are supported, including multi line direct definition (exce

Re: [Jprogramming] IXML grammar for parse J

2023-10-05 Thread Elijah Stone
Fyi https://github.com/tangentstorm/j-lex On Thu, 5 Oct 2023, LdBeth wrote: I'm planning to make a literate programming tool for J, and the first step is to make a parser that can tokenlize J. https://gist.github.com/LdBeth/8277950958b964d0778d70ffd3d998de Almost everything except multi line