FW. harbour hbdot
Enviado: 23 Ago 2007 16:44
O harbour está a todo vapor...
Postei uma mensagem no grupo hwgui.
Soube de um problema técnico(desentendimento) do Ron Pikas com O Przmek.
Agora o harbour está com mais atualizações que o xharbour.
O Pessoal do xharbour.com sendo o mesmo do xharbour.org será que tem futuro o .org (ELES) iram empurrar a ferramenta comercial deles?
Inclusive o harbour no sourceforge mudou para para SVN .
Saudações
Itamar M. Lins Jr.
------------------------>8-------------------
* harbour/utils/Makefile
+ harbour/utils/hbdot
+ harbour/utils/hbdot/hbdot.prg
+ harbour/utils/hbdot/Makefile
+ added hbdot utility program.
It's a "DOt Prompt" Console for the Harbour Language
Syntax: hbdot [<hrbfile[.prg]> [<parameters,...>]]
It should look and work in similar way to pp/xBaseScript
by Ron Pinkas but unlike xBaseScript is does not have preprocessor
or simulated runtime environment but simply uses Harbour pp and
compiler libraries to preprocess and compile commands. It means
that it supports all language constructions also statements, f.e.:
"for i:=1 to 10; ? i; next"
Additionally it can also compile and execute .prg files given as
first parameter just like hbrun.
Please test it. If it will work as expected then we can remove
'pp' (contrib/dot) from standard packages
Postei uma mensagem no grupo hwgui.
Soube de um problema técnico(desentendimento) do Ron Pikas com O Przmek.
Agora o harbour está com mais atualizações que o xharbour.
O Pessoal do xharbour.com sendo o mesmo do xharbour.org será que tem futuro o .org (ELES) iram empurrar a ferramenta comercial deles?
Inclusive o harbour no sourceforge mudou para para SVN .
Saudações
Itamar M. Lins Jr.
------------------------>8-------------------
* harbour/utils/Makefile
+ harbour/utils/hbdot
+ harbour/utils/hbdot/hbdot.prg
+ harbour/utils/hbdot/Makefile
+ added hbdot utility program.
It's a "DOt Prompt" Console for the Harbour Language
Syntax: hbdot [<hrbfile[.prg]> [<parameters,...>]]
It should look and work in similar way to pp/xBaseScript
by Ron Pinkas but unlike xBaseScript is does not have preprocessor
or simulated runtime environment but simply uses Harbour pp and
compiler libraries to preprocess and compile commands. It means
that it supports all language constructions also statements, f.e.:
"for i:=1 to 10; ? i; next"
Additionally it can also compile and execute .prg files given as
first parameter just like hbrun.
Please test it. If it will work as expected then we can remove
'pp' (contrib/dot) from standard packages