Skip to content

rcs-agents/rcs-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

175 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RCL Tree-Sitter Monorepo

This monorepo contains the official tree-sitter grammar and language tools for the Rich Communication Language (RCL), a domain-specific language for creating RCS (Rich Communication Services) agents.

📦 Packages

Core Packages

Applications

🚀 Quick Start

# Install dependencies
bun install

# Build all packages
nr build

# Run tests
nr test

# Start development mode
nr dev

🛠️ Development

This monorepo uses:

  • Bun for package management and running scripts
  • Moon build system for task orchestration
  • Biome for linting and formatting TypeScript/JavaScript
  • dprint for formatting JSON, Markdown, and TOML
  • TypeScript across all packages
  • Tree-sitter for parsing

Common Commands

# Build everything
moon run :build

# Run all tests
moon run :test

# Type checking
moon run :typecheck

# Linting
moon run :lint

# Formatting
moon run :format

# Clean build artifacts
moon run :clean

📖 Documentation

🤝 Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

📄 License

MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors