Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F3996339
gen-grammar
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Jul 8, 10:28 AM
Size
352 B
Mime Type
text/x-shellscript
Expires
Fri, Jul 10, 10:28 AM (1 d, 11 h)
Engine
blob
Format
Raw Data
Handle
272061
Attached To
rXR Xreate
gen-grammar
View Options
#!/bin/bash
COCO_EXECUTABLE=${2:-cococpp}
COCO_FRAMES_PATH=${3:-/usr/share/coco-cpp/}
echo "Run coco generator: "
case $1 in
main) $COCO_EXECUTABLE ./xreate.ATG -frames $COCO_FRAMES_PATH -o main -namespace xreate::grammar::main;;
modules) $COCO_EXECUTABLE ./modules.ATG -frames $COCO_FRAMES_PATH -o modules -namespace xreate::modules;;
esac
Event Timeline
Log In to Comment