Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevinkhill/ncstat

NC Static Analyzer
https://github.com/kevinkhill/ncstat

gcode-parser

Last synced: 25 days ago
JSON representation

NC Static Analyzer

Awesome Lists containing this project

README

        

# NC Static Analyzer
Work in CNC? Read G Code alot? I do and I love programming, so I started to make a parser and analyzer for nc programs. I want to be able to pull as much information as possible from the file without a machine to execute it.

## Packages
- [@ncstat/cli](https://github.com/kevinkhill/ncstat/cli)
- [@ncstat/parser](https://github.com/kevinkhill/ncstat/parser)
- [@ncstat/koa-server](https://github.com/kevinkhill/ncstat/server-koa)
- [Vue Website](https://github.com/kevinkhill/ncstat/webui-vue)
- [React Website](https://github.com/kevinkhill/ncstat/webui-react)