File: mx.in

package info (click to toggle)
styx 1.7-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 13,324 kB
  • ctags: 5,329
  • sloc: ansic: 96,480; sh: 7,972; cpp: 1,572; makefile: 227; xml: 107; pascal: 15
file content (23 lines) | stat: -rw-r--r-- 625 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#! @SHELL@ -e
# [mx] make '*.img'

#destination directory for parser and scanner table image files
BINSTYX=.
#destination directory for parser and scanner table and term interface source files
GENSTYX=.
#source directory of language specification file
SPESTYX=.

export BINSTYX GENSTYX SPESTYX

#create source files
styx st   -makeIMG -verbose
styx sp11 -makeIMG -verbose
styx sp21 -makeIMG -verbose
styx php  -makeIMG -verbose

#test example
#pim_test st   <some smalltalk80 source>
#pim_test sp11 <some express source>
#pim_test sp21 <some step exchange file>
#pim_test php  <some PHP source with standard open/close tags>