a1f5f4bac6
Smalltalk YX (Syx) is a free and open Smalltalk implementation. Syx is written in the C programming language and aims to be small and portable. It comes with an interface to C/C++, which makes it possible to create plugins for Syx or embed Smalltalk code in C.
96 lines
2.9 KiB
Text
96 lines
2.9 KiB
Text
@comment $NetBSD: PLIST,v 1.1.1.1 2009/08/03 19:38:44 athaba Exp $
|
|
bin/syx
|
|
include/syx/syx-bytecode.h
|
|
include/syx/syx-config.h
|
|
include/syx/syx-enums.h
|
|
include/syx/syx-error.h
|
|
include/syx/syx-init.h
|
|
include/syx/syx-interp.h
|
|
include/syx/syx-lexer.h
|
|
include/syx/syx-memory.h
|
|
include/syx/syx-object.h
|
|
include/syx/syx-parser.h
|
|
include/syx/syx-platform.h
|
|
include/syx/syx-plugins.h
|
|
include/syx/syx-profile.h
|
|
include/syx/syx-scheduler.h
|
|
include/syx/syx-signal.h
|
|
include/syx/syx-types.h
|
|
include/syx/syx-utils.h
|
|
include/syx/syx.h
|
|
info/syx.info
|
|
lib/libsyx.la
|
|
lib/pkgconfig/syx.pc
|
|
man/man1/syx.1
|
|
share/application-registry/syx.applications
|
|
share/applications/syx.desktop
|
|
share/applications/syximage.desktop
|
|
share/mime-info/syx.keys
|
|
share/mime/syx.xml
|
|
share/pixmaps/gnome-application-syx.png
|
|
share/pixmaps/syx.png
|
|
share/syx/default.sim
|
|
share/syx/st/foreign/CObject.st
|
|
share/syx/st/foreign/CPointer.st
|
|
share/syx/st/foreign/CStruct.st
|
|
share/syx/st/foreign/CStructFieldSpec.st
|
|
share/syx/st/foreign/CStructFieldType.st
|
|
share/syx/st/foreign/CStructFieldTypePointer.st
|
|
share/syx/st/foreign/CStructGenerator.st
|
|
share/syx/st/foreign/CUnion.st
|
|
share/syx/st/foreign/CUnionGenerator.st
|
|
share/syx/st/kernel/ArrayedCollection.st
|
|
share/syx/st/kernel/Association.st
|
|
share/syx/st/kernel/Bag.st
|
|
share/syx/st/kernel/Behavior.st
|
|
share/syx/st/kernel/BlockClosure.st
|
|
share/syx/st/kernel/BlockContext.st
|
|
share/syx/st/kernel/ByteArray.st
|
|
share/syx/st/kernel/Character.st
|
|
share/syx/st/kernel/Collection.st
|
|
share/syx/st/kernel/CommandLine.st
|
|
share/syx/st/kernel/CompiledMethod.st
|
|
share/syx/st/kernel/Compiler.st
|
|
share/syx/st/kernel/Console.st
|
|
share/syx/st/kernel/ContextPart.st
|
|
share/syx/st/kernel/Date.st
|
|
share/syx/st/kernel/DateTime.st
|
|
share/syx/st/kernel/Dictionary.st
|
|
share/syx/st/kernel/Exception.st
|
|
share/syx/st/kernel/False.st
|
|
share/syx/st/kernel/FileStream.st
|
|
share/syx/st/kernel/Float.st
|
|
share/syx/st/kernel/Fraction.st
|
|
share/syx/st/kernel/IdentityDictionary.st
|
|
share/syx/st/kernel/Integer.st
|
|
share/syx/st/kernel/Interval.st
|
|
share/syx/st/kernel/LargeInteger.st
|
|
share/syx/st/kernel/Link.st
|
|
share/syx/st/kernel/MVC.st
|
|
share/syx/st/kernel/Magnitude.st
|
|
share/syx/st/kernel/Metaclass.st
|
|
share/syx/st/kernel/Number.st
|
|
share/syx/st/kernel/Object.st
|
|
share/syx/st/kernel/ObjectMemory.st
|
|
share/syx/st/kernel/OrderedCollection.st
|
|
share/syx/st/kernel/PositionableStream.st
|
|
share/syx/st/kernel/Process.st
|
|
share/syx/st/kernel/ProcessorScheduler.st
|
|
share/syx/st/kernel/Random.st
|
|
share/syx/st/kernel/Semaphore.st
|
|
share/syx/st/kernel/SequenceableCollection.st
|
|
share/syx/st/kernel/Set.st
|
|
share/syx/st/kernel/Signal.st
|
|
share/syx/st/kernel/SmallInteger.st
|
|
share/syx/st/kernel/Stack.st
|
|
share/syx/st/kernel/Stream.st
|
|
share/syx/st/kernel/String.st
|
|
share/syx/st/kernel/Symbol.st
|
|
share/syx/st/kernel/SystemDictionary.st
|
|
share/syx/st/kernel/SystemSignal.st
|
|
share/syx/st/kernel/TextCollector.st
|
|
share/syx/st/kernel/True.st
|
|
share/syx/st/kernel/UndefinedObject.st
|
|
share/syx/st/kernel/WinWorkspace.st
|
|
share/syx/st/kernel/WriteStream.st
|
|
share/syx/st/kernel/initialDecl.st
|