Skip to content

Commit

Permalink
Tools and installation guide. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
skaller committed Nov 22, 2017
1 parent 58d5500 commit 44b5444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
2 changes: 1 addition & 1 deletion doc/tools/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
master_doc = 'index'

# General information about the project.
project = u'felix articles'
project = u'Felix installation and tools'
copyright = u'2017, John Skaller and others'

# The version info for the project you're documenting, acts as replacement for
Expand Down
27 changes: 1 addition & 26 deletions doc/tools/installation.rst
Original file line number Diff line number Diff line change
@@ -1,30 +1,5 @@
Hello
=====

This is the Felix tutorial

Basics: Hello
*************


Running a Program
^^^^^^^^^^^^^^^^^

Let's start with a simple script:

.. code-block:: felix
println$ "Hello World!";
To run it you just say:

.. code-block:: bash
flx hello.flx
It's pretty simple. Felix runs programs like Python does, you run the
source code directly. Behind the scenes, Felix translates the program
into C++, compiles the program, and runs it. All the generated files
are cached in the .felix/cache subdirectory of your $HOME directory
on Unix like systems, and $USERPROFILE on Windows.
This is the Felix installation guide.

0 comments on commit 44b5444

Please sign in to comment.