summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Grammar/Lexer.hs
AgeCommit message (Collapse)Author
2012-05-04alex 3 incompatibility workaroundhallgren
As a temporary workaround, alex is no longer invoked automatically when building with cabal. Developers who want to modify the lexer need to run alex on Lexer.x manually and record the modified Lexer.hs. src/compiler/GF/Grammar/lexer/Lexer.x -- hidden from cabal src/compiler/GF/Grammar/Lexer.hs -- update it manually
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter ↵krasimir
from deprecated