Re: [Jsource] Parsing algorithm in different J versions

2021-10-01 Thread Eric Iverson
Akakima, This forum is for discussions on the J source. Your question would be better posted to the J programming forum. You might get an answer here, but better long term in the appropriate forum. On Fri, Oct 1, 2021 at 7:59 PM Akakima wrote: > J6 has trace.ijs > J07 has a parse function quite

[Jsource] Parsing algorithm in different J versions

2021-10-01 Thread Akakima
J6 has trace.ijs J07 has a parse function quite simple. and J903 has a quite bigger (and more complex) parse function. Is all these parse functions are equivalent ? IE, any valid J expression will be parsed in the same way by all these version ? Also is trace.ijs can be used to see how J903