8000 GitHub - thunknyc/crntl-ios: CRNTL for iOS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

thunknyc/crntl-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRNTL for iOS: C Reader for the Next Thousand Lisps, for iOS

For more information, please see the main CRNTL project. You will need to run both git submodule init to initialize your local configuration file, and git submodule update to retrieve the contents of the C CRNTL repository.

Status:

It works. The sample function

public func test_parse() {

    let values = parse(string: "{:answer 42}")
    for v in values {
        print("Value: \(v)")
    }
}

produces the output Value: DictionaryValue<[DictionaryEntryValue<KeywordValue<answer>,IntValue<42>>]>.

About

CRNTL for iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0