package SourceCode_ASCII
ASCII-based library for generating and querying source code
Install
Dune Dependency
Authors
Maintainers
Sources
sourcecode-0.1.0.tar.gz
md5=82d49afcaac09811ac4cb699132d0aa9
sha512=65da8781baf17546a1185db017499b761896569fff5649223ec9966c166e053c39d4072e9386a5ebfec6fdd9a3fc4bfa1a920705881e81e03069c8e6d4f5490a
Description
Programming languages and DSLs have distinct coding conventions. The early versions of this package help convert identifiers between the different conventions (camel case, kebab case, etc.).
Published: 10 Jan 2024
README
SourceCode
ASCII-based library for generating and querying source code.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page