Git Product home page Git Product logo

Comments (6)

orangeduck avatar orangeduck commented on August 17, 2024

Yes I think this is an important feature. But it is also quite a large project so I might not find the time to do it alone.

Currently there are a couple main options.

The first option is to wrap an existing C regex library in a Cello like interface. The advantage of this is that it guarantees a stable and well behaved regex implementation. The downside is that it needs to be somehow packaged with Cello and must be portable.

Another option is to roll our own from scratch.

A third option is that I am currently working on a parser combinator library for vanilla C which I could port to Cello. And this library could be used to construct a regex engine as well as provide a general parsing tool which could also be used for JSON or whatever else.

The third option is my current preference although it may take several months or more for everything to fall in place.

For now my recommendation to anyone who wants regex like functionality is to look toward the scan functions. Believe it or not these are actually far more powerful than people think and often cover 90% of use cases.

from cello.

solisoft avatar solisoft commented on August 17, 2024

Thank you for your answer ! Do you have any documentation about this scan method ?

from cello.

orangeduck avatar orangeduck commented on August 17, 2024

There are a few details here.

The semantics of the function match closely that of scanf, except it is designed to work with Cello objects rather than raw C types.

from cello.

Garito avatar Garito commented on August 17, 2024

+1 for the parser

2013/9/25 Daniel Holden [email protected]

There are a few details here http://libcello.org/reference/show.

The semantics of the function match closely that of scanfhttp://www.cplusplus.com/reference/cstdio/scanf/,
except it is designed to work with Cello objects rather than raw C types.


Reply to this email directly or view it on GitHubhttps://github.com//issues/58#issuecomment-25126906
.

Mi twitter: http://twitter.com/garito

Temet nosce

from cello.

tucnak avatar tucnak commented on August 17, 2024

You'd better take a look at http://marcomaggi.github.io/docs/cre2.html

from cello.

masterl avatar masterl commented on August 17, 2024

Well, gcc has regex.h on gnu standards which could be wrapped, but the user would need to compile with gnuXX options.
Don't know what could be done for windows.

from cello.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.