01-Develop

Develop rawstr4c

Dependencies and Dev environment

Please install these first:

  1. rakudo

Please make sure to use the dev branch for development

git clone https://gitee.com/RubyMetric/rawstr4c.git -b dev

Run

raku -Ilib ./bin/rawstr4c

We can install the distribution locally also.

zef install .

rawstr4c --help

zef uninstall rawstr4c

Debug

rawstr4c --debug
# Note: there must be an = between option value and option
rawstr4c --debug=parser
rawstr4c --debug=generator

Test

Run test scripts

cd test

raku ./xx-file.rakutest

rawstr4c v1.2.0

Raw strings for the C programming language

Authors

  • Aoran Zeng

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Rawstr4c::Config
  • Rawstr4c::EffectiveConfig
  • Rawstr4c::Generator
  • Rawstr4c::Parser
  • Rawstr4c::Version

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.