codeaye / spawns-parser

learning repository!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spawns-parser

i seriously love makefiles


A 'spawns' parser written in different languages for the sake of learning them.

Usage (per-language)

(alphabetically)

C

  1. cd src-c
  2. make setup
  3. unzip the zip
  4. place cJSON.c and cJSON.h into src-c
  5. make all launch

Coffee

  1. cd src-coffee
  2. idk

C++

  1. cd src-cpp
  2. make setup all launch

Dart

  1. cd src-dart
  2. make

Julia

  1. cd src-julia
  2. make setup all

Python

  1. cd src-py
  2. parse-scenes.py

Rust

  1. cd src-rusty
  2. make

TypeScript

  1. npm i
  2. make all launch

About

learning repository!


Languages

Language:Rust 36.5%Language:C 17.2%Language:JavaScript 7.5%Language:C++ 6.8%Language:Python 6.2%Language:Makefile 5.7%Language:TypeScript 5.5%Language:Julia 5.5%Language:Dart 4.8%Language:CoffeeScript 4.4%