comparison src/settings.sml @ 1057:eaba663fd6aa

Represent FFI function names as strings, to deal with cross-file recursion
author Adam Chlipala <adamc@hcoop.net>
date Sat, 05 Dec 2009 14:01:34 -0500
parents 93315ac00394
children e8a35d710ab9
comparison
equal deleted inserted replaced
1056:c42bfbd75ca9 1057:eaba663fd6aa
158 ("attrifyString", "escape"), 158 ("attrifyString", "escape"),
159 ("attrifyInt", "ts"), 159 ("attrifyInt", "ts"),
160 ("attrifyFloat", "ts"), 160 ("attrifyFloat", "ts"),
161 ("attrifyBool", "bs"), 161 ("attrifyBool", "bs"),
162 ("boolToString", "ts"), 162 ("boolToString", "ts"),
163 ("str1", "id"),
163 ("strsub", "sub"), 164 ("strsub", "sub"),
164 ("strsuffix", "suf"), 165 ("strsuffix", "suf"),
165 ("strlen", "slen"), 166 ("strlen", "slen"),
166 ("strindex", "sidx"), 167 ("strindex", "sidx"),
167 ("strchr", "schr"), 168 ("strchr", "schr"),