Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1293 → Rev 1294

/svarlang.lib/trunk/svarlang.txt
83,15 → 83,14
 
There is also a licensing issue: CATS/Kitten libraries are published under the
terms of a viral, corrosive license. SvarLANG, on the other hand, is published
under a truly free, liberal license (MIT).
under a truly free, liberal MIT license.
 
 
### FILE FORMAT ###
 
File =
magic : Char[4] := "SvL1"
guard : Char := "\0x1a"
; end-of-file char to prevent TYPE garbage
magic : Char[4] := "SvL\x1a" (ie. "SvL" followed with a 0x1a char)
; 0x1a is an end-of-file marker that prevents TYPE garbage
num_strings : U16
languages : array[num_languages] of Language