Closed lileicc closed 10 years ago
It seems sbt is not that easy, because we have extra step for lexer and cup file.
Running an external process to build the parser & lexer:
http://www.scala-sbt.org/0.13/tutorial/Custom-Settings.html#Implementing+a+task
http://www.scala-sbt.org/0.13/docs/Process.html (!
operator)
This step is similar to how we do it in make parser
. Is it any easier in Maven?
Here is my current effort:
Discussion continues in #239
@cberzan It seems sbt is even simpler than maven.
Shall we use sbt in the future?
http://xerial.org/blog/2014/03/24/sbt/
related to #116