- Timestamp:
- 09/23/08 22:32:06 (2 months ago)
- Location:
- v6/smop
- Files:
-
- 2 removed
- 2 modified
-
haskell_ffi_bindings/README (modified) (1 diff)
-
haskell_ffi_bindings/ffi (deleted)
-
haskell_ffi_bindings/ffi.hi (deleted)
-
src/smop_s1p_lexicalscope.sm0p (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
v6/smop/haskell_ffi_bindings/README
r22242 r22321 1 1 # BUILDING 2 ghc --make ffi.hs ../build/libsmop. a2 ghc --make ffi.hs ../build/libsmop.so -
v6/smop/src/smop_s1p_lexicalscope.sm0p
r22017 r22321 154 154 my $OUT_SCALAR = ¢SMOP__S1P__RootNamespace."postcircumfix:{ }"("$*OUT"); 155 155 my $OUT = $OUT_SCALAR."FETCH"(); 156 $void = $OUT."print"("no variable in the current scope");156 $void = $OUT."print"("no variable ",$name," in the current scope\n"); 157 157 }; 158 158
