Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/krzyzanowskim/antlr-swift-playground
- Owner: krzyzanowskim
- License: other
- Created: 2018-07-22T22:23:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T20:01:28.000Z (over 6 years ago)
- Last Synced: 2024-04-14T07:11:17.731Z (7 months ago)
- Topics: antlr, antlr4, swift
- Language: Swift
- Size: 843 KB
- Stars: 14
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.