Coder Social home page Coder Social logo

Alex assumes tab to be size 8 about alex HOT 5 CLOSED

haskell avatar haskell commented on May 7, 2024
Alex assumes tab to be size 8

from alex.

Comments (5)

simonmar avatar simonmar commented on May 7, 2024

Tabs are size 8 in Haskell, see the Haskell report.

from alex.

osa1 avatar osa1 commented on May 7, 2024

How is this related with tab sizes in Haskell report? \t is one character but Alex behaves as if it's 8 characters.

from alex.

chamini2 avatar chamini2 commented on May 7, 2024

Maybe a flag for --tab-size=NUMBER that defaults to 8 can be added. I guess that would be done by adding a State Monad in the ParseMonad module.

from alex.

simonmar avatar simonmar commented on May 7, 2024

Alex adopts the same convention for .x files as for Haskell, which is that tab stops are 8 columns apart. If you don't like this, you don't have to use tabs (in fact, it's better just not to use tabs anyway).

Now, in the generated lexer (rather than Alex itself) it is arguably wrong to fix the same convention: https://github.com/simonmar/alex/blob/master/templates/wrappers.hs#L151

By all means submit a pull request to change this, I suppose we could have a command line flag, and plumb the tab width through to wrappers.hs using CPP.

from alex.

chamini2 avatar chamini2 commented on May 7, 2024

Oh... I see my mistake. I thought the line in the ParseMonad module was for the generated lexer. That is what I meant to link. Thank you for clearing that up!

Now, in the line in the wrapper file that you linked, that one should follow the flag's instruction. I'll see to make a pull request with that change!

from alex.

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.