many new things
This commit is contained in:
parent
7dc1c84031
commit
a731f979b0
51
Action
51
Action
|
@ -7,19 +7,25 @@ end
|
||||||
name "EM definition"
|
name "EM definition"
|
||||||
dir etc
|
dir etc
|
||||||
end
|
end
|
||||||
name "C preprocessor"
|
name "LL(1) Parser generator"
|
||||||
dir util/cpp
|
dir util/LLgen
|
||||||
end
|
end
|
||||||
name "EM definition library"
|
name "EM definition library"
|
||||||
dir util/data
|
dir util/data
|
||||||
end
|
end
|
||||||
name "Modules"
|
name "Modules"
|
||||||
dir modules
|
dir modules/src
|
||||||
indir
|
indir
|
||||||
end
|
end
|
||||||
|
name "C preprocessor"
|
||||||
|
dir util/cpp
|
||||||
|
end
|
||||||
name "C utilities"
|
name "C utilities"
|
||||||
dir util/cmisc
|
dir util/cmisc
|
||||||
end
|
end
|
||||||
|
name "ACK object utilities"
|
||||||
|
dir util/amisc
|
||||||
|
end
|
||||||
name "Encode/Decode"
|
name "Encode/Decode"
|
||||||
dir util/misc
|
dir util/misc
|
||||||
end
|
end
|
||||||
|
@ -32,6 +38,10 @@ end
|
||||||
name "EM Peephole optimizer"
|
name "EM Peephole optimizer"
|
||||||
dir util/opt
|
dir util/opt
|
||||||
end
|
end
|
||||||
|
name "EM Global optimizer"
|
||||||
|
dir util/ego
|
||||||
|
indir
|
||||||
|
end
|
||||||
name "ACK archiver"
|
name "ACK archiver"
|
||||||
dir util/arch
|
dir util/arch
|
||||||
end
|
end
|
||||||
|
@ -41,14 +51,17 @@ end
|
||||||
name "Bootstrap for backend tables"
|
name "Bootstrap for backend tables"
|
||||||
dir util/cgg
|
dir util/cgg
|
||||||
end
|
end
|
||||||
name "LL(1) Parser generator"
|
|
||||||
dir util/LLgen
|
|
||||||
end
|
|
||||||
name "Bootstrap for newest form of backend tables"
|
name "Bootstrap for newest form of backend tables"
|
||||||
dir util/ncgg
|
dir util/ncgg
|
||||||
end
|
end
|
||||||
|
name "LED link editor"
|
||||||
|
dir util/led
|
||||||
|
end
|
||||||
|
name "TOPGEN target optimizer generator"
|
||||||
|
dir util/topgen
|
||||||
|
end
|
||||||
name "C frontend"
|
name "C frontend"
|
||||||
dir lang/cem/comp
|
dir lang/cem/cemcom
|
||||||
end
|
end
|
||||||
name "Basic frontend"
|
name "Basic frontend"
|
||||||
dir lang/basic/src
|
dir lang/basic/src
|
||||||
|
@ -89,10 +102,6 @@ name "4-4 Interpreter support"
|
||||||
dir mach/int44
|
dir mach/int44
|
||||||
indir
|
indir
|
||||||
end
|
end
|
||||||
name "IBM PC/IX support"
|
|
||||||
dir mach/ix
|
|
||||||
indir
|
|
||||||
end
|
|
||||||
name "Motorola 68000 2-4 support"
|
name "Motorola 68000 2-4 support"
|
||||||
dir mach/m68k2
|
dir mach/m68k2
|
||||||
indir
|
indir
|
||||||
|
@ -117,18 +126,30 @@ name "PMDS 4/4 support"
|
||||||
dir mach/pmds4
|
dir mach/pmds4
|
||||||
indir
|
indir
|
||||||
end
|
end
|
||||||
|
name "Mantra 68000 System V.0 support"
|
||||||
|
dir mach/mantra
|
||||||
|
indir
|
||||||
|
end
|
||||||
|
name "Mantra 68000 System V.0 4/4 support"
|
||||||
|
dir mach/mantra4
|
||||||
|
indir
|
||||||
|
end
|
||||||
name "Signetics 2650 support"
|
name "Signetics 2650 support"
|
||||||
dir mach/s2650
|
dir mach/s2650
|
||||||
indir
|
indir
|
||||||
end
|
end
|
||||||
name "Vax 2-4 support"
|
|
||||||
dir mach/vax2
|
|
||||||
indir
|
|
||||||
end
|
|
||||||
name "Vax 4-4 support"
|
name "Vax 4-4 support"
|
||||||
dir mach/vax4
|
dir mach/vax4
|
||||||
indir
|
indir
|
||||||
end
|
end
|
||||||
|
name "M68020 System V/68 support"
|
||||||
|
dir mach/m68020
|
||||||
|
indir
|
||||||
|
end
|
||||||
|
name "Sun 3 M68020 support"
|
||||||
|
dir mach/sun3
|
||||||
|
indir
|
||||||
|
end
|
||||||
name "Z80 support"
|
name "Z80 support"
|
||||||
dir mach/z80
|
dir mach/z80
|
||||||
indir
|
indir
|
||||||
|
|
Loading…
Reference in a new issue