/check.sh (00215a1b0f581d7f5bd482443e2d04a16716bd28) (310 bytes) (mode 100644) (type blob)
#!/usr/bin/env bash
msg=$(./pjass tests/common.j tests/Blizzard.j "$1" )
ret=$?
if [[ "$PROF" ]]; then
gprof pjass.exe gmon.out > "$1-analysis.txt"
fi
if [[ "$ret" == 1 ]]; then
echo "Error in file '$1', but there should be none"
if [[ "$VERBOSE" ]]; then
echo "pjass output:"
echo $msg
fi
exit 1
fi
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
73 |
637a2726dc04d00b77555edfbc885405796f9b3c |
.gitignore |
100644 |
blob |
1696 |
245559f17a822f31862637116feb73f0f2b7254c |
Makefile |
100644 |
blob |
310 |
00215a1b0f581d7f5bd482443e2d04a16716bd28 |
check.sh |
100644 |
blob |
251 |
77cc7498114662cff955ad94eb1b1809c89b2233 |
fail.sh |
100644 |
blob |
26530 |
3d312744c4e334c5c7fdc1b53f3e74fcddde39d0 |
grammar.y |
100644 |
blob |
22095 |
51b0f5d64ac9e0dab3dc4475c59cf5e8489046e4 |
misc.c |
100644 |
blob |
3504 |
e014a0e1cbbf934928e516afa2f8390868001386 |
misc.h |
100644 |
blob |
1302 |
13d65e05aca85cddd2f539b14d98cfbf1c622752 |
notes.txt |
100644 |
blob |
764 |
270df8583e78c80f366a8ab431fab673d89446d5 |
readme.txt |
100644 |
blob |
6011 |
11c69812f29f22c1c6ff7bd6e9a909ce38450e24 |
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