<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Compilation</title><link>https://sourceforge.net/p/weeworkflow/wiki/Compilation/</link><description>Recent changes to Compilation</description><atom:link href="https://sourceforge.net/p/weeworkflow/wiki/Compilation/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 19 Jun 2012 18:24:57 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/weeworkflow/wiki/Compilation/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Compilation modified by Bruce Kissinger</title><link>https://sourceforge.net/p/weeworkflow/wiki/Compilation/</link><description>There are three main files that make up the WEE source code:  wee_lexer.erl, wee_parser.erl, and wee.erl.

To compile these source files, you first need a recent version of the Erlang language distribution installed.  You can obtain Erlang at http://www.erlang.org/.

Next, start an Erlang command line shell by entering the command &lt;b&gt;erl&lt;/b&gt;.
Finally, compile each of the source files using the &lt;b&gt;c&lt;/b&gt; command as shown below.


    Eshell V5.9  (abort with ^G)
    1&gt; c(wee_lexer).
    {ok,wee_lexer}
    
    2&gt; c(wee_parser).
    {ok,wee_parser}
    
    3&gt; c(wee).
    {ok,wee}</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bruce Kissinger</dc:creator><pubDate>Tue, 19 Jun 2012 18:24:57 -0000</pubDate><guid>https://sourceforge.net32676ae2a8eee6bb4bb93c6cb82af41e3dbc1426</guid></item></channel></rss>