Popularity
6.7
Stable
Activity
5.4
Stable
14
7
2
Monthly Downloads: 5
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Parsing
Latest version: v0.1.2.0
gcodehs alternatives and similar packages
Based on the "Parsing" category.
Alternatively, view gcodehs alternatives based on common mentions on social networks and blogs.
-
trifecta
Parser combinators with highlighting, slicing, layout, literate comments, Clang-style diagnostics and the kitchen sink -
incremental-parser
Haskell parsing combinator liibrary that can be fed the input and emit the parsed output incrementally -
record-syntax
A library for parsing and processing the Haskell syntax sprinkled with anonymous records
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
Promo
influxdata.com

Do you think we are missing an alternative of gcodehs or a related project?
Popular Comparisons
README
gcodehs
Installing
git clone https://github.com/distrap/gcodehs/
cd gcodehs
nix-build
ornix-shell
Usage
To pretty-print sample.gcode
::
gcodehs pretty sample.gcode
See gcodehs --help
for usage information.
Development status
Pretty printing is slow due to conversion to text but we do have colors!
Fast pretty printer is needed that operates with ByteStrings directly.
Bash completion
Generating bash completion::
gcodehs --bash-completion-script `which gcodehs` &> gcodehs-completion.sh
or sourcing directly::
source <(gcodehs --bash-completion-script `which gcodehs`)