Wiki source code of Hot Soup Processor

Last modified by John Stroy on 2011/03/27 19:30

Show last authors
1 Hot Soup Processor is a BASIC-like language, written in Japanese.
2
3 The compiler for the reference implementation of HSP produces [[HSP bytecode>>http://dev.onionsoft.net/svn/openhsp/trunk/package/win32/hspsdk/hsp3code.txt]], which is then interpreted by a virtual machine.
4
5 An alternate implementation of HSP exists for Java, known as [[HSPlet]]. HSPlet compiles the HSP bytecode into Java bytecode and provides a supporting runtime library.