fixed README
This commit is contained in:
parent
701734097e
commit
2311794df8
1 changed files with 9 additions and 4 deletions
13
README
13
README
|
|
@ -1,11 +1,16 @@
|
|||
lc - L compiler
|
||||
xcc - eXtended C compiler
|
||||
============================
|
||||
lc is a L compiler. It can compile L code.
|
||||
|
||||
WORK IN PROGRESS
|
||||
|
||||
xcc is a compiler for the eXtended C language.
|
||||
As the language keeps 100% compatibility with
|
||||
C11, you can use it to compile regular C code
|
||||
just fine.
|
||||
|
||||
Requirements
|
||||
------------
|
||||
In order to build lc you need... a computer
|
||||
In order to build xcc you need... a computer
|
||||
|
||||
|
||||
Installation
|
||||
|
|
@ -21,4 +26,4 @@ necessary as root):
|
|||
|
||||
Usage
|
||||
-----------
|
||||
lc file
|
||||
xcc file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue