https://github.com/michilu/cel-spec-go
cel-spec to Go transpiler
https://github.com/michilu/cel-spec-go
cel-spec compiler golang transcompiler transpiler
Last synced: 5 months ago
JSON representation
cel-spec to Go transpiler
- Host: GitHub
- URL: https://github.com/michilu/cel-spec-go
- Owner: michilu
- License: apache-2.0
- Created: 2018-08-17T07:03:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T06:13:12.000Z (over 2 years ago)
- Last Synced: 2024-06-20T12:38:52.081Z (almost 2 years ago)
- Topics: cel-spec, compiler, golang, transcompiler, transpiler
- Language: Go
- Homepage: https://github.com/google/cel-spec
- Size: 16.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cel-spec-go
cel-spec to Go transpiler
# Install
Require [Go modules](https://github.com/golang/go/wiki/Modules) ([go1.11rc2](https://golang.org/dl/#unstable) and higher).
```console
go get -d github.com/michilu/cel-spec-go
cd $(go env GOPATH)/src/github.com/michilu/cel-spec-go
GO111MODULE=on go1.11rc2 install
```