Changeset 22321 for v6

Show
Ignore:
Timestamp:
09/23/08 22:32:06 (2 months ago)
Author:
pmurias
Message:

[pugs] start of embedding smop in pugs (disabled by default)

Location:
v6/smop
Files:
2 removed
2 modified

Legend:

Unmodified
Added
Removed
  • v6/smop/haskell_ffi_bindings/README

    r22242 r22321  
    11# BUILDING 
    2 ghc --make ffi.hs ../build/libsmop.a 
     2ghc --make ffi.hs ../build/libsmop.so 
  • v6/smop/src/smop_s1p_lexicalscope.sm0p

    r22017 r22321  
    154154        my $OUT_SCALAR = ¢SMOP__S1P__RootNamespace."postcircumfix:{ }"("$*OUT"); 
    155155        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"); 
    157157  }; 
    158158