-
Notifications
You must be signed in to change notification settings - Fork 1
h4ck3rm1k3/gcc-introspector-plugin
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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.
About
the rewrite of the introspector code as gcc plugin
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published