Giter VIP home page Giter VIP logo

Comments (6)

dmcclean avatar dmcclean commented on June 11, 2024

It's because the parse is based on allUCUMUnits which right now only appears to include the SI ones.

If you go through adding demoteUnit' foot (etc) lines to https://github.com/dmcclean/dimensional-parsing/blob/master/src/Numeric/Units/Dimensional/Parsing/UCUM.hs#L43-L80 it should parse the non SI ones as well.

Sorry, this whole thing isn't ready for use yet at all, still have a ways to go.

from dimensional-parsers.

dmcclean avatar dmcclean commented on June 11, 2024

Oh, wait, no it isn't just that, sorry, spoke too soon.

from dimensional-parsers.

dmcclean avatar dmcclean commented on June 11, 2024

I just pushed an ugly hack of a fix.

Now I get:

*Numeric.Units.Dimensional.Parsing.UCUM> parseOnly (ucumUnit (allUcumUnits) <* endOfInput) "[ft_i]"
Right (Exactly 1 % 1,Just 1 ft =def= Exactly 381 % 1250 of the SI base unit)

I will work on cleaning up this entire package later. It's still on my list but I am pretty swamped this month at work.

from dimensional-parsers.

dmcclean avatar dmcclean commented on June 11, 2024

Missed a language extension because I had been testing in GHCi with that set. Now it works.

from dimensional-parsers.

albertov avatar albertov commented on June 11, 2024

It works now. Thanks!

from dimensional-parsers.

dmcclean avatar dmcclean commented on June 11, 2024

No problem!

What features are you looking for in the longer term? I am going to make this library actually good, I just can't work on it for a couple of weeks. Maybe at the Compose unconference in February.

from dimensional-parsers.

Related Issues (1)

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.