YAML: add FFI (from "yaml.h")

db4
Jon Harper 2013-03-02 15:23:31 +01:00 committed by John Benediktsson
parent 6bb3eea67f
commit 76406f60d3
4 changed files with 1608 additions and 0 deletions

1
extra/yaml/authors.txt Normal file
View File

@ -0,0 +1 @@
Jon Harper

View File

@ -0,0 +1 @@
Jon Harper

1601
extra/yaml/ffi/ffi.factor Normal file

File diff suppressed because it is too large Load Diff

5
extra/yaml/yaml.factor Normal file
View File

@ -0,0 +1,5 @@
! Copyright (C) 2013 Jon Harper.
! See http://factorcode.org/license.txt for BSD license.
USING: ;
IN: yaml