Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krzyzanowskim/antlr-swift-playground

Antlr Swift Parser playground
https://github.com/krzyzanowskim/antlr-swift-playground

antlr antlr4 swift

Last synced: 16 days ago
JSON representation

Antlr Swift Parser playground

Awesome Lists containing this project

README

        

[Antlr](http://www.antlr.org/) Swift Playground.

A macOS setup to play with [Antlr](http://www.antlr.org/) and Swift parser.

## Installation

Clone

```
$ git clone https://github.com/krzyzanowskim/antlr-swift-playground
```

Playground sources

```
$ cd antlr-swift-playground/playground
```

### Swift Package Manager

```
$ cd antlr-swift-playground/playground
$ swift run
```

### Xcode project

```
$ cd antlr-swift-playground/playground
$ swift package generate-xcodeproj
generated: ./playground.xcodeproj
```

The `main.swift` is located in `playground/Sources/main.swift`

## Author

Maintained by [Marcin Krzyzanowski](https://www.krzyzanowskim.com)

You can follow me on Twitter at [@krzyzanowskim](https://twitter.com/krzyzanowskim) for project updates and releases.

## License

Creative Commons Attribution Non Commercial 4.0. See [LICENSE](LICENSE.txt) file.