GithubHelp home page GithubHelp logo

Comments (8)

cpitclaudel avatar cpitclaudel commented on July 23, 2024 1

Things should be better now, though the let x, y = … is still fragile: it's tricky to tell let f x = from let x, y =. OTOH fun's and forall's should have better looking arguments now.

from fstar-mode.el.

cpitclaudel avatar cpitclaudel commented on July 23, 2024

Thanks for pointing these out! Can you try the 49-fix-syntax-highlighting branch? It has a fix for the first one — the second one is trickier.

Does F* have any sort of extensible syntax (in the style of Coq's extensible parsing)?

from fstar-mode.el.

beurdouche avatar beurdouche commented on July 23, 2024

@cpitclaudel Thanks Clement, I have used it yesterday and today and this branch seems to work fine, haven't encountered any glitches :) To my knowledge no F* doesn't have extensible syntax but I don't know all corners of the compiler itself.

from fstar-mode.el.

beurdouche avatar beurdouche commented on July 23, 2024

Actually it seems that I have trouble in some cases...
screen shot 2017-02-23 at 8 15 10 pm

from fstar-mode.el.

cpitclaudel avatar cpitclaudel commented on July 23, 2024

I see, thanks. Can you post the text so I can copy it?

from fstar-mode.el.

beurdouche avatar beurdouche commented on July 23, 2024
module Test

assume type t

private val blah:
  b:buffer t{length b = 1} ->
  Stack unit
        (requires (fun h -> live h b))
        (ensures (fun h0 _ h1 -> live h1 b /\ modifies_1 b h0 h1))

from fstar-mode.el.

cpitclaudel avatar cpitclaudel commented on July 23, 2024

Thanks, that should be fixed too; I force-pushed.

from fstar-mode.el.

beurdouche avatar beurdouche commented on July 23, 2024

Yep, looks much better ;) Thanks

from fstar-mode.el.

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.