vrtc / pjass (public) (License: BSD) (since 2023-08-03) (hash sha1)
pjass is a free Jass scripting language parser. This repository is a fork of lep/pjass. The goal is to add Debian packaging. As of the time of this writing, it works for current stable, that is Debian 12 (bookworm).

/readme.txt (135d265cbf49d15791240cbe89e20ee0901aec45) (764 bytes) (mode 100644) (type blob)

pjass 17.01.2007 (v 1.0f)
A lightweight and fast Jass2 parser for bison/yacc
by Rudi Cilibrasi
Sun Jun  8 00:51:53 CEST 2003
thanks to Jeff Pang for the handy documentation that this was based
on at http://jass.sourceforge.net/
Released under the BSD license

To use this program, list the files you would like to parse in order.
If you would like to parse from standard input (the keyboard), then
use - as an argument.  If you supply no arguments to pjass, it will
parse the console standard input by default.

To test this program:
pjass common.j common.ai Blizzard.j

You can find news about this program and updates at
http://www.wc3campaigns.net/showthread.php?t=75239 and
http://jass.sourceforge.net/

Please send comments to
Rudi Cilibrasi
cilibrar@ofb.net


Mode Type Size Ref File
100644 blob 704 3bdeebad9c9941e14ac9d2604738605a795f5e50 Makefile
100644 blob 439 04f5f4c52ea3055fd29ddd78ff091326ee1b4177 Makefile.Whatever
100644 blob 564 2da1e0352a6d6e6f5a956f60424e1ee391131e98 Makefile.cygwin
100644 blob 23318 a196771e86d38b7318b0a177395a0861eb682330 grammar.y
100644 blob 14352 bb24b4a0bd05713d01250b9d5ecc078757d0b497 misc.c
100644 blob 2968 7cc4f386705622ff96c7e028cbf23ab05643eb90 misc.h
100644 blob 1302 c9b206382afd6f6b7e6b21ea0e4c993a4b88cf15 notes.txt
100644 blob 744 78a979f0639c7d9bba87cf1b93a904795309c5ac pjass.res
100644 blob 764 135d265cbf49d15791240cbe89e20ee0901aec45 readme.txt
100644 blob 5570 91ad22cb35ab3a845ce7773dc1990f2febc0cb80 token.l
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/vrtc/pjass

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/vrtc/pjass

Clone this repository using git:
git clone git://git.rocketgit.com/user/vrtc/pjass

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main