Liby Librarrying missing

2023-12-13 Thread Lotfi via Users list for the GNU Bison parser generator
Hello! I am trying to run this command > gcc lex.yy.c synt3.tab.c -lfl -ly while synt3.tab.c is a file BISON produced.It seems that I do not have the -ly library. I am using an ubuntuOS, pleas any assistance? gute_shel Sent with [Proton Mail](https://proton.me/) secure email.

Re: Liby Librarrying missing

2023-12-13 Thread James K. Lowden
On Wed, 13 Dec 2023 15:45:36 + Lotfi via Users list for the GNU Bison parser generator wrote: > I am trying to run this command > > > gcc lex.yy.c synt3.tab.c -lfl -ly > > while synt3.tab.c is a file BISON produced.It seems that I do not > have the -ly library. I am using an ubuntuOS, pleas

Re: Syntax error if paragraph contains more than 1 printable character

2023-12-13 Thread James K. Lowden
On Tue, 12 Dec 2023 23:06:14 -0500 Steve Litt wrote: > I've already split paratext into multiple LINE tokens which represent > a line without its NL, and now I'm thinking of splitting line into > multiple chars ("[^\n]"). Perhaps this will make the rules less > complicated, though longer. Have t

Re: Syntax error if paragraph contains more than 1 printable character

2023-12-13 Thread Steve Litt
James K. Lowden said on Tue, 12 Dec 2023 20:24:35 -0500 >On Tue, 12 Dec 2023 23:06:14 -0500 >Steve Litt wrote: > >> I've already split paratext into multiple LINE tokens which represent >> a line without its NL, and now I'm thinking of splitting line into >> multiple chars ("[^\n]"). Perhaps this

Why I'm learning Flex and Bison

2023-12-13 Thread Steve Litt
Hi all, Since about 2014 I've been trying to create a new language for authors. I call the language Stylz. Unlike Markdown, when complete, Stylz will enable the author to make up his own styles. Like Plain TeX, LaTeX and Markdown, paragraphs are separated by one or more blank lines. Stylz written

My baby text to HTML paragraph converter

2023-12-13 Thread Steve Litt
Hi all, After over a week of trying and asking voluminous questions on this mailing list (and getting voluminous help, thank you), I finally made a text to HTML converter that took blank line separated paragraphs and installed and to surround them. All the relevant files are in this message body