fslex
Fslex, binary file lexing
Is there any ability to lexemize开发者_Go百科 binary file formats (e.g. jpeg images) with Fslex (with no readability lacks) or i should write my own lexer/use something like fparsec?[详细]
2023-04-06 10:22 分类:问答FsLex - Differ between 2 strings
I\'ve a couple of tokens: PNAME and ENAME - both are strings. Now I want to setup 2 rules in my lexer, in order to match those tokens.[详细]
2023-03-16 07:10 分类:问答F# fslex fsyacc mature for production code?
After reading a 2 year开发者_JAVA百科 old webpage really ripping fslex/fsyacc, buggy, slow, stupid etc. compared to their OCamel counterparts i wonder what would be ones best bet for lexing parsing ne[详细]
2023-02-18 05:38 分类:问答How to specify unicode characters in patterns for fslex
What is the correct way to specify Unicode characters in pattern for FSharp Lexer. Following code is not compiled with th开发者_如何学Goe FsLex.exe utility:[详细]
2023-02-14 21:20 分类:问答F# Inline Function Specialization
My current project involves lexing and parsing script code, and as such I\'m 开发者_如何学Cusing fslex and fsyacc.Fslex LexBuffers can come in either LexBuffer<char> and LexBuffer<byte> va[详细]
2023-02-01 01:51 分类:问答Lua long strings in fslex
I\'ve been working on a Lua fslex lexer in my spare time, using the ocamllex manual as a reference. I hit a few snags while trying to tokenize long strings correctly. \"Long strings\" are delimited b[详细]
2023-01-29 06:56 分类:问答Crazy errors with FsLex and FsYacc [closed]
This question is unlikely to help any future visitors; it is开发者_运维技巧 only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not g[详细]
2023-01-02 04:29 分类:问答F# 2.0 with Powerpack 2.0, fslex error 1
In namespace RSLispV3.RunTime: http://pastebin.com/XNb9qi11 LispParser.fsy: http://pastebin.com/pymF1Vvm[详细]
2023-01-02 00:36 分类:问答Expecting a LexBuffer<char> but given a LexBuffer<byte> The type 'char' does not match the type 'byte'
Type mismatch. Expecting aLexBuffer<char>but given aLexBuffer<byte>The type \'char\' does not match the type \'byte\'[详细]
2022-12-28 00:08 分类:问答FSLex example solution?
I\'ve been using C/lex for a long time and would like to use F#/fslex now. I\'m comparably well off in C# and in the process of learning F#.[详细]
2022-12-22 01:54 分类:问答