aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/edit_lex.erl
blob: 4d6e6ef4a99158e958c74b72f4255c2f8ce12cb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%%%----------------------------------------------------------------------
%%% File    : edit_lex.erl
%%% Author  : Luke Gorrie <luke@bluetail.com>
%%% Purpose : Lexer
%%% Created :  8 Apr 2001 by Luke Gorrie <luke@bluetail.com>
%%%----------------------------------------------------------------------

-module(edit_lex).
-author('luke@bluetail.com').

%%-compile(export_all).
%%-export([Function/Arity, ...]).