https://github.com/jrincayc/ucblogo-code
Revision b993749d30906d0bb3068293cdaed537d8b13459 authored by Joshua J. Cogliati on 02 February 2020, 22:36:58 UTC, committed by Joshua J. Cogliati on 02 February 2020, 22:36:58 UTC
From Brian Harvey:
I admit it's been a long time since I've worked on this, so maybe I'm missing something, but the reason for using valid_pointer() is that if a node is of type other than pair, the car/cdr/obj of that node may be something other than a pointer to a node, e.g., a pointer to a character string, or the address of the continuation of a special form.
1 parent d127321
Raw File
Tip revision: b993749d30906d0bb3068293cdaed537d8b13459 authored by Joshua J. Cogliati on 02 February 2020, 22:36:58 UTC
We are not sure if this optimization is correct.
Tip revision: b993749
logo-Info.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleExecutable</key>
	<string>logo</string>
	<key>CFBundleGetInfoString</key>
	<string></string>
	<key>CFBundleIconFile</key>
	<string></string>
	<key>CFBundleIdentifier</key>
	<string>com.MySoftwareCompany.logo</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string></string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>1.0.0d1</string>
</dict>
</plist>
back to top