To clone this repository:

git clone git@gitorious.org:inherpreter/inherpreter.git

To push to this repository:

# Add a new remote
git remote add origin git@gitorious.org:inherpreter/inherpreter.git

# Push the master branch to the newly added origin, and configure
# this remote and branch as the default:
git push -u origin master

# From now on you can push master to the "origin" remote with:
git push

The World's First Feminist Interpreter

Our website: http://feministsoftwarefoundation.org/

File Changed Last commit
examples
include
lib
tests
win32
.gitignore
CMakeLists.txt
COPYING
Changelog
Makefile
README.md
README.wiki
RELICENSING
TODO
VERSION
arm-gen.c
c67-gen.c
coff.h
config.h.in
config.texi.in
configure
conftest.c
elf.h
i386-asm.c
i386-asm.h
i386-gen.c
i386-tok.h
il-gen.c
il-opcodes.h
inherpret
libtcc.c
libtcc.h
make_inherpreter
stab.def
stab.h
tcc-doc.texi
tcc.c
tcc.h
tccasm.c
tcccoff.c
tccelf.c
tccgen.c
tcclib.h
tccpe.c
tccpp.c
tccrun.c
tcctok.h
texi2pod.pl
x86_64-asm.h
x86_64-gen.c

README.md

FSFinHERpreter

inHERpreter

The Next Generation of Interpreters: the Feminist Software Foundation proudly presents: the inHERpreter 2.0 for the world's first feminist programming language, C+=, based on the excellent TCC!

Preliminary instructions

<pinq> we got a prealpha inherpreter: https://gitorious.org/inherpreter/inherpreter
<pinq> this commit should tell you all you need to know: https://gitorious.org/inherpreter/inherpreter/commit/7d2231f1790d04b0311fb4688d5b498b278c7ddc
<pinq> build: ./build_inherpreter
<pinq> then run ./inherpret examples/ex1.c
<pinq> then you can patch the keywords in tcctok.h, but you need to modify everything in include/* too because we actually CHANGED the keywords

Now get to work you lazy ass bastards!