Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add haskell-lexeme.el #757

Merged
merged 1 commit into from
Jul 20, 2015
Merged

Add haskell-lexeme.el #757

merged 1 commit into from
Jul 20, 2015

Conversation

gracjan
Copy link
Contributor

@gracjan gracjan commented Jul 9, 2015

Implement Haskell tokenizer, with all bells a whistles, Unicode support, all GHC special cases and stuff.

Related to #724.

@gracjan
Copy link
Contributor Author

gracjan commented Jul 10, 2015

@kuribas, @geraldus: can you have a look if you see something obvious missing here?

((member char '(?\] ?\[ ?\( ?\) ?\{ ?\} ?\` ?\, ?\;))
'special))))

(defun haskell-utils-match-string-equal (string &optional index)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would haskell-utils.el be the better place for this function?

@geraldus
Copy link
Contributor

@gracjan I keep an eye on every pull request and issue, and this is no exception. This looks good to me, but my level of Haskell experience does not allow me to give any valuable comments on this (besides small notice I've already put). Overall, I think this is very important for present and future development. Good stuff.

@gracjan
Copy link
Contributor Author

gracjan commented Jul 11, 2015 via email

gracjan added a commit that referenced this pull request Jul 20, 2015
@gracjan gracjan merged commit 9ca6bb8 into haskell:master Jul 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants