This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#script for testing tiny | |
$PATH = "./tests/test-progs/" | |
format = ARGV[0] ||"pr2.{[a-z][0-9][0-9]}" | |
puts Dir.glob($PATH + format).sort | |
#ugly hack check wat the problem with gets | |
ARGV.clear | |
tiny_binary = "./tc" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; Load CEDET. | |
;; See cedet/common/cedet.info for configuration details. | |
(load-file "~/.emacs.d/cedet-1.0pre6/common/cedet.el") | |
;; Enable EDE (Project Management) features | |
(global-ede-mode 1) | |
;; Enable EDE for a pre-existing C++ project | |
;; (ede-cpp-root-project "NAME" :file "~/myproject/Makefile") |
NewerOlder