Re: [9fans] lex of plan9port on FreeBSD

2019-01-30 Thread Wagner Riffel
i recall two common fault i had with lex, one is when there is no new line at end of file, second one is when a new rule beginning/terminator (%%) does not start on beginning of line.

Re: [9fans] Plan 9 64-bit?

2019-01-30 Thread Charles Forsyth
I still run a version of that kernel on my cpu servers and some other devices. There might be some changes I've made that I haven't pushed yet. Unfortunately, I haven't had much time for systems work for a good year or more, so I haven't merged in changes made elsewhere. On Wed, 30 Jan 2019 at

Re: [9fans] lex of plan9port on FreeBSD

2019-01-30 Thread Sean Hinchee
Could you attach the file? Sean On 1/30/19 6:17 AM, Roderick wrote: Hallo! I have a lex file that translates to C and compiles with plan9port's lex and FreeBSD flex, but when running, I get core dumping with the one from lex. Do someone has the same experience? Any hint? Thanks Rodrigo

Re: [9fans] Rc port.

2019-01-30 Thread Federico Benavento
Fixed, thanks. > On Jan 28, 2019, at 12:22 PM, arn...@skeeve.com wrote: > > Federico Benavento wrote: > >> Hola, >> >> I just uploaded a standalone unix (only tested on macOS/Linux) port with >> edit, history and completion support to GitHub. >> I have been using it as my primary shell for

[9fans] lex of plan9port on FreeBSD

2019-01-30 Thread Roderick
Hallo! I have a lex file that translates to C and compiles with plan9port's lex and FreeBSD flex, but when running, I get core dumping with the one from lex. Do someone has the same experience? Any hint? Thanks Rodrigo

Re: [9fans] Plan 9 64-bit?

2019-01-30 Thread Giacomo Tesio
Not sure if anybody cares, but Jehanne's kernel derives from a version of Charles https://bitbucket.org/forsyth/plan9-9k cherry picked from 2015. Giacomo