|
|
A code generator written in AWK
Sir, Madam
If you're interested in Pedagogic issue,
here is a code generator written in AWK
http://perso.club-internet.fr/cdridi
http://perso.club-internet.fr/cdridi/orthorythme/iris/iris.awk
You need to compile the front-end called "evale3" before,
to pipe in awk script "iris" back-end.
Sincerely, yours.
Thank you all at comp.lang.awk
|
|
0
|
|
|
|
Reply
|
Gilles
|
9/18/2004 8:42:59 PM |
|
Gilles DRIDI wrote:
> You need to compile the front-end called "evale3" before,
> to pipe in awk script "iris" back-end.
Why did you use lex and yacc in the front-end ?
AWK is also a good tool for scanning and parsing.
As it is, the whole compilation process is so
complicated that I couldnt follow the explanations
on your web page.
Why didnt you build upon an existing notation format
like ABC ? It is also an ASCII format.
http://staffweb.cms.gre.ac.uk/~c.walshaw/abc/
|
|
0
|
|
|
|
Reply
|
ISO
|
9/18/2004 9:40:25 PM
|
|
I was interested in a language or notation when I started.
I found rhythm the more expressive than a full notation.
So I started with Rhythm.
Now, I thinking after taking a look to abc format that
my notation is poor compared to, but that it can be
extended easily.
To start with my software, you need to download
evale3.l and evale3.y and follow the compiling instruction
in the file evale3.fai.
Then you obtained an evale3.exe program.
Download a p?l.txt file, thus run evale3 < p?l.txt
the output can be piped to the backend iris.awk
(download iris.awk) like this :
evale3 < p1l.txt | awk -vbat=200 -f iris.awk >toto.sh
Then type toto.sh
"J�rgen Kahrs" <Juergen.KahrsDELETETHIS@vr-web.de> a �crit dans le message
de news:2r3o7vF164vd5U1@uni-berlin.de...
> Gilles DRIDI wrote:
>
> > You need to compile the front-end called "evale3" before,
> > to pipe in awk script "iris" back-end.
>
> Why did you use lex and yacc in the front-end ?
> AWK is also a good tool for scanning and parsing.
> As it is, the whole compilation process is so
> complicated that I couldnt follow the explanations
> on your web page.
>
> Why didnt you build upon an existing notation format
> like ABC ? It is also an ASCII format.
>
> http://staffweb.cms.gre.ac.uk/~c.walshaw/abc/
|
|
0
|
|
|
|
Reply
|
Gilles
|
9/20/2004 12:17:23 PM
|
|
|
2 Replies
295 Views
(page loaded in 0.045 seconds)
Similiar Articles: A code generator written in AWK - comp.lang.awkGilles DRIDI wrote: > You need to compile the front-end called "evale3" before, > to pipe in awk script "iris" back-end. Why did you use lex and yacc in the front-end ? Report Generator - comp.lang.awkA code generator written in AWK - comp.lang.awk Report Generator - comp.lang.awk Long ago, I wrote a report generator in awk that would take ... The report generator was ... efficiency in awk - comp.lang.awkA code generator written in AWK - comp.lang.awk efficiency in awk - comp.lang.awk... argument, which would be a comma separated list of files to source. stupid newbie: how to write to standard error? - comp.lang.awk ...My script is often used this way: $awk -f script.awk ... - C Board I tryed to write down some code of C++, but i ... who seem to take some kind of strange pride in writing ... Can we convert a char to ascii in awk - comp.lang.awk... A"; print ord(x); print chr(ord(x))}' 65 A The source to xgawk ... Can we convert a char to ascii in awk - comp.lang.awk The American Standard Code for Information ... GNU-awk bug in sub()/gsub() - comp.lang.awkA code generator written in AWK - comp.lang.awk GNU-awk bug in sub()/gsub() - comp.lang.awk A code generator written in AWK - comp.lang.awk GNU-awk bug in sub()/gsub ... Code needed for Parsing PE for Exports - comp.os.ms-windows ...A code generator written in AWK - comp.lang.awk Code needed for Parsing PE for Exports - comp.os.ms-windows ... > Hello, > Any body can give the source of taking the code ... P-code interpreter - comp.lang.pascal.miscA code generator written in AWK - comp.lang.awk Sir, Madam If you're interested in Pedagogic issue, here is a code generator ... Debugging (i.e., writing a debugger for ... self modifying code - comp.lang.asm.x86A code generator written in AWK - comp.lang.awk Sir, Madam If you're interested in Pedagogic issue, here is a code generator ... Writing an AWK interpreter in AWK (this ... Which Program can reformat and indent ksh or sh shell script ...... utilizing my shellscript parser written ... The source code of the pty program from the ... Hiding shell script source code??? - comp.unix.programmer ..... in AWK - comp.lang ... A code generator written in AWK - comp.lang.awk | Computer GroupGilles DRIDI wrote: > You need to compile the front-end called "evale3" before, > to pipe in awk script "iris" back-end. Why did you use lex and yacc in the front-end ? The GNU Awk User's GuideThe best way to get a new awk was to ftp the source code for gawk from prep.ai.mit.edu. gawk was a version of new awk written by David Trueman and Arnold, and available under ... 7/22/2012 3:28:05 PM
|
|
|
|
|
|
|
|
|