KT-482 Support nested comments: comments nest properly, but strings are not accounted for inside comments

#KT-482 In progress
This commit is contained in:
Andrey Breslav
2012-03-21 15:51:48 +01:00
parent 01679d315d
commit 3a73a96e06
21 changed files with 749 additions and 491 deletions
+8
View File
@@ -1,5 +1,13 @@
<project name="JetLexer" default="lexer">
<property name="home" value="${basedir}"/>
<!--
This script relies on a custom JFlex that is available in the sources of IntelliJ IDEA Community Edition
put the idea.properties file to the root directory of the frontend module, and put the following property there:
idea.home=../../../idea/src
where "../../../idea/src" is the relative location of the sources of IntelliJ IDEA Community
-->
<property file="${home}/idea.properties"/>
<property name="flex.base" value="${idea.home}/tools/lexer/jflex-1.4"/>