Search found 42 matches: parser

Return to advanced search

Re: Using Microsoft AI Phi-2 from FWH

... warning C4267: "Initialisierung": Konvertierung von "size_t" nach "int", Datenverlust möglich 5>grammar-parser.cpp 5>train.cpp 5>Code wird generiert... 5>F:\llama.cpp\common\common.cpp(963): warning C4715: "gpt_random_prompt": Nicht ...
by Jimmy
Fri Dec 22, 2023 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8161

How does mod harbour work

... allows PHP to be embedded in all sorts of different documents, as everything outside of a pair of opening and closing tags is ignored by the PHP parser. PHP includes a short echo tag <?= which is a short-hand to the more verbose <?php echo.
by Otto
Thu Jun 09, 2022 4:16 pm
 
Forum: mod_harbour
Topic: How does mod harbour work
Replies: 8
Views: 1180

Re: Bug in Harbour ATAIL()

... and xHarbour source code for ATail() are the same, so we need to keep searching where the difference comes from. I would say that the compiler parser does not allows it, so we need to modify Harbour syntax rules. You should report this Harbour bug on Google groups Harbour developers and the ...
by Antonio Linares
Fri Feb 25, 2022 7:10 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in Harbour ATAIL() [False report]
Replies: 11
Views: 2314

Re: loading order of libraries

... from loading them in a different order unlike for JS About wrapping the code: by default JS code runs where you put the s cript tag the HTML parser reads the HTML file, and it it finds a <s cript> tag it'll stop the world and download it (if it has a src attribute) and then run it before ...
by Otto
Sat Dec 28, 2019 1:31 pm
 
Forum: mod_harbour
Topic: loading order of libraries
Replies: 2
Views: 492

Re: CreateObject problem

... 6.1, Build 7601 Service Pack 1 Error occurred at: 08/15/18, 11:10:31 Error description: (DOS Error -2147352567) WINOLE/1007 WSDLReader:XML Parser failed at linenumber 61, lineposition 19, reason is: The name in the end tag of the element must match the element type in the start tag. HRESULT=0x1: ...
by richard-service
Wed Aug 15, 2018 3:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject problem
Replies: 4
Views: 1741

Re: Interfacing with Dicom sistems

... MSH segment are supposed to be the delimiter values used throughout the entire message. Encoding HL7 messages in this manner allows an application parser to simply use the special characters in the MSH to parse the message. However, beware that many application parsers just use hard coded values ...
by xProgrammer
Tue May 02, 2017 9:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11764

Re: Suministro Inmediato de Informacion - SII

... seran 4 dias. Usar soft de 3ros ? Los terceros probablemente solo ahorren el tema de las comunicaciones. Nos ayudaras al menos en la parte del parser y la comunicacion ? :) Salu2 Pd. El asunto es urgente si caemos en la cuenta q las fras del primer semestre TAMBIEN han de ser enviadas...y que ...
by hmpaquito
Wed Jan 25, 2017 11:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Suministro Inmediato de Informacion - SII
Replies: 116
Views: 25468

Re: Suministro Inmediato de Informacion - SII

... caerá a mí en mi empresa. ¿ Para emitir una factura será obligatorio hacerlo via webservices ? Para mí no es mucho problema , a nivel de montar el parser y el leer la respuesta. El tema estará como funciona el tema de certificados, por experiencia en otros países, TODOS se lo han montado a su bola. ...
by thefull
Wed Jan 25, 2017 10:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Suministro Inmediato de Informacion - SII
Replies: 116
Views: 25468

Re: Doxygen para PRG

... \                         *.prg  Ahora ya genera documentación (funciona el parser) ; El siguiente paso será averiguar el léxico a tratar, ya que de momento sólo reconoce las palabras reservadas comunes a ambos lenguajes (function, ...
by quim
Mon Jan 02, 2017 3:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Doxygen para PRG
Replies: 9
Views: 2106

Re: Looking for cliparse.zip / Buscando cliparse.zip

... PCode instructions. The compiler has been written using a lexical analyzer (Lex: FLEX http://www.ecs.soton.ac.uk/support/gnu/flex ) and a syntax parser (Yacc: Berkeley University BYACC htttp://www.first.gmd.de/cogent/catalog/lexparse.html ) which produce a lexer and a parser, respectively. Both ...
by Antonio Linares
Mon Oct 24, 2016 7:50 am
 
Forum: Off Topic / Otros temas
Topic: Looking for cliparse.zip / Buscando cliparse.zip
Replies: 6
Views: 2288

ADO Filtering - Mr. Nages and others

... = " + chr( 34 ) + alltrim( cValToChar( cCuentaoConcepto ) ) + chr( 34 )  This is the parser to ADO:        oRecordSet:Filter := SqlTranslate(aFilterInfo[ UR_FRI_CEXPR ])STATIC FUNCTION SQLTranslate( ...
by lucasdebeltran
Sat May 23, 2015 11:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO Filtering - Mr. Nages and others
Replies: 3
Views: 549

Re: Coloreado de sintaxis para Visual Studio 2012

El enlace que has puesto del proyecto IL, si trae un fichero en el que creo, si no me equivoco, que aparecen las palabras a colorear, "Parser.word"
Pero por lo que he mirado, no sé cómo será de fácil su utilización (hasta ahí no llego)
by cnavarro
Sat Jun 07, 2014 9:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Coloreado de sintaxis para FWH en Visual Studio 2012
Replies: 16
Views: 2605

Passing JSON via a URL

... ) This dies because of the "/", I have tried "\/", and "//", if I can get it to go through I could fix it in the parser, but I can't get it to go through. Byron Hopp.
by byron.hopp
Mon May 05, 2014 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Passing JSON via a URL
Replies: 2
Views: 793

Parson for JSON results.

Anybody know of a parser for Json. I see a hb_decodeJson() in xHarbour but not in my version. Is there comm object or something like CreateObject("Json.decode") (I made this up) available. I began to write a parser and got ...
by byron.hopp
Mon Apr 14, 2014 12:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parson for JSON results.
Replies: 0
Views: 344

Re: Facturacion Electronica - Representacion Impresa

... datos en el formato que tu definas ( como hacer un reporte normal ) 2.- Crear una hoja de estilo xslt que transforme tu xml a otra cosa con algun parser. Yo por simplicidad use la primera, en mi software, al ingresar los datos para una factura electronica, dejo guardado el xml generado y los datos ...
by Lautaro
Tue Feb 11, 2014 12:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Facturacion Electronica - Representacion Impresa
Replies: 19
Views: 5521
Next

Return to advanced search

cron