mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
WIP - compile string_type changes
This commit is contained in:
parent
57ebc43e56
commit
2a058a5204
1 changed files with 10 additions and 0 deletions
10
TODO
10
TODO
|
@ -1,3 +1,13 @@
|
|||
Instructions to rebuild cyclone after changing string_type returns to object returns:
|
||||
sudo ls ; cyclone scheme/cyclone/cgen.sld && sudo cp scheme/cyclone/cgen.* /usr/local/share/cyclone/scheme/cyclone/
|
||||
make clean ; make && sudo make install
|
||||
sudo make install-includes
|
||||
cp ../cyclone-bootstrap/dispatch.c .
|
||||
make libcyclone.a
|
||||
sudo make install-libs
|
||||
make clean ; make && sudo make install
|
||||
|
||||
|
||||
Roadmap:
|
||||
- Add macro support, ideally including some level of hygiene
|
||||
- Code cleanup - need to take care of accumulated cruft before release. also, can we profile to make things any faster?
|
||||
|
|
Loading…
Add table
Reference in a new issue