-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
27 lines (17 loc) · 841 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
TO INSTALL :
on ubuntu,
sudo apt-get install gcc-4.5-plugin-dev
(or your version of gcc)
for gtk :
sudo apt-get install libgtk2.0-dev libglib2.0-dev
for perl :
sudo apt-get install libperl-dev
for perl :
sudo cpan Inline::C
some ideas :
1. we will want to control the compiler via the gui.
we want to add the compiler as a module that can be used.
1.1 imagine an eval function.
2. callbacks defined for the evaluation of tree structures using functional programming style. we want to define an api as a series of semantic callbacks with full details. this can be embedded in a function and executed when needed. this function can also be dynamically called or created by a user.
3. adding in a perl interpreter.
4. integrating two modules into one executable. gcc and perl. they dont compile/link together very well.