Skip to content

Commit

Permalink
lexer: add reference to ReasonML homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
martanne committed Feb 28, 2018
1 parent a1547dd commit 2c359a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/lexers/reason.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- Copyright 2006-2017 Mitchell mitchell.att.foicica.com. See LICENSE.
-- Reason LPeg lexer.
-- Reason (https://reasonml.github.io/) LPeg lexer.

local l = require('lexer')
local token, word_match = l.token, l.word_match
Expand Down Expand Up @@ -39,7 +39,6 @@ local type = token(l.TYPE, word_match{
})

-- Functions.

local func = token(l.FUNCTION, word_match{
'raise', 'invalid_arg', 'failwith', 'compare', 'min', 'max', 'succ', 'pred',
'mod', 'abs', 'max_int', 'min_int', 'sqrt', 'exp', 'log', 'log10', 'cos',
Expand Down

0 comments on commit 2c359a7

Please sign in to comment.