mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 20:17:42 +00:00
preparations for 0.9.0
This commit is contained in:
10
build.bat
10
build.bat
@@ -129,6 +129,8 @@ ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_1\cgmeth.c -o build\1_1\cgmeth.o
|
||||
%CC% %COMP_FLAGS% -Ibuild -c build\1_1\cgmeth.c -o build\1_1\cgmeth.o
|
||||
ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_1\lambdalifting.c -o build\1_1\lambdalifting.o
|
||||
%CC% %COMP_FLAGS% -Ibuild -c build\1_1\lambdalifting.c -o build\1_1\lambdalifting.o
|
||||
ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_1\evaltempl.c -o build\1_1\evaltempl.o
|
||||
%CC% %COMP_FLAGS% -Ibuild -c build\1_1\evaltempl.c -o build\1_1\evaltempl.o
|
||||
ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_1\sem.c -o build\1_1\sem.o
|
||||
%CC% %COMP_FLAGS% -Ibuild -c build\1_1\sem.c -o build\1_1\sem.o
|
||||
ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_1\procfind.c -o build\1_1\procfind.o
|
||||
@@ -141,6 +143,10 @@ ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_1\sigmatch.c -o build\1_1\sigmatch.o
|
||||
%CC% %COMP_FLAGS% -Ibuild -c build\1_1\sigmatch.c -o build\1_1\sigmatch.o
|
||||
ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_1\aliases.c -o build\1_1\aliases.o
|
||||
%CC% %COMP_FLAGS% -Ibuild -c build\1_1\aliases.c -o build\1_1\aliases.o
|
||||
ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_1\patterns.c -o build\1_1\patterns.o
|
||||
%CC% %COMP_FLAGS% -Ibuild -c build\1_1\patterns.c -o build\1_1\patterns.o
|
||||
ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_1\parampatterns.c -o build\1_1\parampatterns.o
|
||||
%CC% %COMP_FLAGS% -Ibuild -c build\1_1\parampatterns.c -o build\1_1\parampatterns.o
|
||||
ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_1\docgen.c -o build\1_1\docgen.o
|
||||
%CC% %COMP_FLAGS% -Ibuild -c build\1_1\docgen.c -o build\1_1\docgen.o
|
||||
ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_1\rstast.c -o build\1_1\rstast.o
|
||||
@@ -170,8 +176,8 @@ ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_1\docgen2.c -o build\1_1\docgen2.o
|
||||
ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_1\parseopt.c -o build\1_1\parseopt.o
|
||||
%CC% %COMP_FLAGS% -Ibuild -c build\1_1\parseopt.c -o build\1_1\parseopt.o
|
||||
|
||||
ECHO %LINKER% %LINK_FLAGS% -o bin\nimrod.exe build\1_1\system.o build\1_1\nimrod.o build\1_1\times.o build\1_1\strutils.o build\1_1\parseutils.o build\1_1\winlean.o build\1_1\commands.o build\1_1\os.o build\1_1\msgs.o build\1_1\options.o build\1_1\lists.o build\1_1\strtabs.o build\1_1\hashes.o build\1_1\tables.o build\1_1\math.o build\1_1\nversion.o build\1_1\condsyms.o build\1_1\ast.o build\1_1\crc.o build\1_1\ropes.o build\1_1\platform.o build\1_1\idents.o build\1_1\intsets.o build\1_1\idgen.o build\1_1\astalgo.o build\1_1\rodutils.o build\1_1\extccomp.o build\1_1\osproc.o build\1_1\streams.o build\1_1\wordrecg.o build\1_1\lexer.o build\1_1\lexbase.o build\1_1\llstream.o build\1_1\nimconf.o build\1_1\main.o build\1_1\syntaxes.o build\1_1\parser.o build\1_1\pbraces.o build\1_1\filters.o build\1_1\renderer.o build\1_1\filter_tmpl.o build\1_1\rodread.o build\1_1\types.o build\1_1\trees.o build\1_1\memfiles.o build\1_1\rodwrite.o build\1_1\passes.o build\1_1\magicsys.o build\1_1\nimsets.o build\1_1\bitsets.o build\1_1\semthreads.o build\1_1\importer.o build\1_1\lookups.o build\1_1\semdata.o build\1_1\treetab.o build\1_1\evals.o build\1_1\semfold.o build\1_1\saturate.o build\1_1\transf.o build\1_1\cgmeth.o build\1_1\lambdalifting.o build\1_1\sem.o build\1_1\procfind.o build\1_1\pragmas.o build\1_1\semtypinst.o build\1_1\sigmatch.o build\1_1\aliases.o build\1_1\docgen.o build\1_1\rstast.o build\1_1\rst.o build\1_1\rstgen.o build\1_1\highlite.o build\1_1\cgen.o build\1_1\ccgutils.o build\1_1\cgendata.o build\1_1\ccgmerge.o build\1_1\ecmasgen.o build\1_1\passaux.o build\1_1\depends.o build\1_1\docgen2.o build\1_1\parseopt.o
|
||||
%LINKER% %LINK_FLAGS% -o bin\nimrod.exe build\1_1\system.o build\1_1\nimrod.o build\1_1\times.o build\1_1\strutils.o build\1_1\parseutils.o build\1_1\winlean.o build\1_1\commands.o build\1_1\os.o build\1_1\msgs.o build\1_1\options.o build\1_1\lists.o build\1_1\strtabs.o build\1_1\hashes.o build\1_1\tables.o build\1_1\math.o build\1_1\nversion.o build\1_1\condsyms.o build\1_1\ast.o build\1_1\crc.o build\1_1\ropes.o build\1_1\platform.o build\1_1\idents.o build\1_1\intsets.o build\1_1\idgen.o build\1_1\astalgo.o build\1_1\rodutils.o build\1_1\extccomp.o build\1_1\osproc.o build\1_1\streams.o build\1_1\wordrecg.o build\1_1\lexer.o build\1_1\lexbase.o build\1_1\llstream.o build\1_1\nimconf.o build\1_1\main.o build\1_1\syntaxes.o build\1_1\parser.o build\1_1\pbraces.o build\1_1\filters.o build\1_1\renderer.o build\1_1\filter_tmpl.o build\1_1\rodread.o build\1_1\types.o build\1_1\trees.o build\1_1\memfiles.o build\1_1\rodwrite.o build\1_1\passes.o build\1_1\magicsys.o build\1_1\nimsets.o build\1_1\bitsets.o build\1_1\semthreads.o build\1_1\importer.o build\1_1\lookups.o build\1_1\semdata.o build\1_1\treetab.o build\1_1\evals.o build\1_1\semfold.o build\1_1\saturate.o build\1_1\transf.o build\1_1\cgmeth.o build\1_1\lambdalifting.o build\1_1\sem.o build\1_1\procfind.o build\1_1\pragmas.o build\1_1\semtypinst.o build\1_1\sigmatch.o build\1_1\aliases.o build\1_1\docgen.o build\1_1\rstast.o build\1_1\rst.o build\1_1\rstgen.o build\1_1\highlite.o build\1_1\cgen.o build\1_1\ccgutils.o build\1_1\cgendata.o build\1_1\ccgmerge.o build\1_1\ecmasgen.o build\1_1\passaux.o build\1_1\depends.o build\1_1\docgen2.o build\1_1\parseopt.o
|
||||
ECHO %LINKER% %LINK_FLAGS% -o bin\nimrod.exe build\1_1\system.o build\1_1\nimrod.o build\1_1\times.o build\1_1\strutils.o build\1_1\parseutils.o build\1_1\winlean.o build\1_1\commands.o build\1_1\os.o build\1_1\msgs.o build\1_1\options.o build\1_1\lists.o build\1_1\strtabs.o build\1_1\hashes.o build\1_1\tables.o build\1_1\math.o build\1_1\nversion.o build\1_1\condsyms.o build\1_1\ast.o build\1_1\crc.o build\1_1\ropes.o build\1_1\platform.o build\1_1\idents.o build\1_1\intsets.o build\1_1\idgen.o build\1_1\astalgo.o build\1_1\rodutils.o build\1_1\extccomp.o build\1_1\osproc.o build\1_1\streams.o build\1_1\wordrecg.o build\1_1\lexer.o build\1_1\lexbase.o build\1_1\llstream.o build\1_1\nimconf.o build\1_1\main.o build\1_1\syntaxes.o build\1_1\parser.o build\1_1\pbraces.o build\1_1\filters.o build\1_1\renderer.o build\1_1\filter_tmpl.o build\1_1\rodread.o build\1_1\types.o build\1_1\trees.o build\1_1\memfiles.o build\1_1\rodwrite.o build\1_1\passes.o build\1_1\magicsys.o build\1_1\nimsets.o build\1_1\bitsets.o build\1_1\semthreads.o build\1_1\importer.o build\1_1\lookups.o build\1_1\semdata.o build\1_1\treetab.o build\1_1\evals.o build\1_1\semfold.o build\1_1\saturate.o build\1_1\transf.o build\1_1\cgmeth.o build\1_1\lambdalifting.o build\1_1\evaltempl.o build\1_1\sem.o build\1_1\procfind.o build\1_1\pragmas.o build\1_1\semtypinst.o build\1_1\sigmatch.o build\1_1\aliases.o build\1_1\patterns.o build\1_1\parampatterns.o build\1_1\docgen.o build\1_1\rstast.o build\1_1\rst.o build\1_1\rstgen.o build\1_1\highlite.o build\1_1\cgen.o build\1_1\ccgutils.o build\1_1\cgendata.o build\1_1\ccgmerge.o build\1_1\ecmasgen.o build\1_1\passaux.o build\1_1\depends.o build\1_1\docgen2.o build\1_1\parseopt.o
|
||||
%LINKER% %LINK_FLAGS% -o bin\nimrod.exe build\1_1\system.o build\1_1\nimrod.o build\1_1\times.o build\1_1\strutils.o build\1_1\parseutils.o build\1_1\winlean.o build\1_1\commands.o build\1_1\os.o build\1_1\msgs.o build\1_1\options.o build\1_1\lists.o build\1_1\strtabs.o build\1_1\hashes.o build\1_1\tables.o build\1_1\math.o build\1_1\nversion.o build\1_1\condsyms.o build\1_1\ast.o build\1_1\crc.o build\1_1\ropes.o build\1_1\platform.o build\1_1\idents.o build\1_1\intsets.o build\1_1\idgen.o build\1_1\astalgo.o build\1_1\rodutils.o build\1_1\extccomp.o build\1_1\osproc.o build\1_1\streams.o build\1_1\wordrecg.o build\1_1\lexer.o build\1_1\lexbase.o build\1_1\llstream.o build\1_1\nimconf.o build\1_1\main.o build\1_1\syntaxes.o build\1_1\parser.o build\1_1\pbraces.o build\1_1\filters.o build\1_1\renderer.o build\1_1\filter_tmpl.o build\1_1\rodread.o build\1_1\types.o build\1_1\trees.o build\1_1\memfiles.o build\1_1\rodwrite.o build\1_1\passes.o build\1_1\magicsys.o build\1_1\nimsets.o build\1_1\bitsets.o build\1_1\semthreads.o build\1_1\importer.o build\1_1\lookups.o build\1_1\semdata.o build\1_1\treetab.o build\1_1\evals.o build\1_1\semfold.o build\1_1\saturate.o build\1_1\transf.o build\1_1\cgmeth.o build\1_1\lambdalifting.o build\1_1\evaltempl.o build\1_1\sem.o build\1_1\procfind.o build\1_1\pragmas.o build\1_1\semtypinst.o build\1_1\sigmatch.o build\1_1\aliases.o build\1_1\patterns.o build\1_1\parampatterns.o build\1_1\docgen.o build\1_1\rstast.o build\1_1\rst.o build\1_1\rstgen.o build\1_1\highlite.o build\1_1\cgen.o build\1_1\ccgutils.o build\1_1\cgendata.o build\1_1\ccgmerge.o build\1_1\ecmasgen.o build\1_1\passaux.o build\1_1\depends.o build\1_1\docgen2.o build\1_1\parseopt.o
|
||||
|
||||
|
||||
ECHO SUCCESS
|
||||
|
||||
10
build64.bat
10
build64.bat
@@ -129,6 +129,8 @@ ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_2\cgmeth.c -o build\1_2\cgmeth.o
|
||||
%CC% %COMP_FLAGS% -Ibuild -c build\1_2\cgmeth.c -o build\1_2\cgmeth.o
|
||||
ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_2\lambdalifting.c -o build\1_2\lambdalifting.o
|
||||
%CC% %COMP_FLAGS% -Ibuild -c build\1_2\lambdalifting.c -o build\1_2\lambdalifting.o
|
||||
ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_2\evaltempl.c -o build\1_2\evaltempl.o
|
||||
%CC% %COMP_FLAGS% -Ibuild -c build\1_2\evaltempl.c -o build\1_2\evaltempl.o
|
||||
ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_2\sem.c -o build\1_2\sem.o
|
||||
%CC% %COMP_FLAGS% -Ibuild -c build\1_2\sem.c -o build\1_2\sem.o
|
||||
ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_2\procfind.c -o build\1_2\procfind.o
|
||||
@@ -141,6 +143,10 @@ ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_2\sigmatch.c -o build\1_2\sigmatch.o
|
||||
%CC% %COMP_FLAGS% -Ibuild -c build\1_2\sigmatch.c -o build\1_2\sigmatch.o
|
||||
ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_2\aliases.c -o build\1_2\aliases.o
|
||||
%CC% %COMP_FLAGS% -Ibuild -c build\1_2\aliases.c -o build\1_2\aliases.o
|
||||
ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_2\patterns.c -o build\1_2\patterns.o
|
||||
%CC% %COMP_FLAGS% -Ibuild -c build\1_2\patterns.c -o build\1_2\patterns.o
|
||||
ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_2\parampatterns.c -o build\1_2\parampatterns.o
|
||||
%CC% %COMP_FLAGS% -Ibuild -c build\1_2\parampatterns.c -o build\1_2\parampatterns.o
|
||||
ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_2\docgen.c -o build\1_2\docgen.o
|
||||
%CC% %COMP_FLAGS% -Ibuild -c build\1_2\docgen.c -o build\1_2\docgen.o
|
||||
ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_2\rstast.c -o build\1_2\rstast.o
|
||||
@@ -170,8 +176,8 @@ ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_2\docgen2.c -o build\1_2\docgen2.o
|
||||
ECHO %CC% %COMP_FLAGS% -Ibuild -c build\1_2\parseopt.c -o build\1_2\parseopt.o
|
||||
%CC% %COMP_FLAGS% -Ibuild -c build\1_2\parseopt.c -o build\1_2\parseopt.o
|
||||
|
||||
ECHO %LINKER% %LINK_FLAGS% -o bin\nimrod.exe build\1_2\system.o build\1_2\nimrod.o build\1_2\times.o build\1_2\strutils.o build\1_2\parseutils.o build\1_2\winlean.o build\1_2\commands.o build\1_2\os.o build\1_2\msgs.o build\1_2\options.o build\1_2\lists.o build\1_2\strtabs.o build\1_2\hashes.o build\1_2\tables.o build\1_2\math.o build\1_2\nversion.o build\1_2\condsyms.o build\1_2\ast.o build\1_2\crc.o build\1_2\ropes.o build\1_2\platform.o build\1_2\idents.o build\1_2\intsets.o build\1_2\idgen.o build\1_2\astalgo.o build\1_2\rodutils.o build\1_2\extccomp.o build\1_2\osproc.o build\1_2\streams.o build\1_2\wordrecg.o build\1_2\lexer.o build\1_2\lexbase.o build\1_2\llstream.o build\1_2\nimconf.o build\1_2\main.o build\1_2\syntaxes.o build\1_2\parser.o build\1_2\pbraces.o build\1_2\filters.o build\1_2\renderer.o build\1_2\filter_tmpl.o build\1_2\rodread.o build\1_2\types.o build\1_2\trees.o build\1_2\memfiles.o build\1_2\rodwrite.o build\1_2\passes.o build\1_2\magicsys.o build\1_2\nimsets.o build\1_2\bitsets.o build\1_2\semthreads.o build\1_2\importer.o build\1_2\lookups.o build\1_2\semdata.o build\1_2\treetab.o build\1_2\evals.o build\1_2\semfold.o build\1_2\saturate.o build\1_2\transf.o build\1_2\cgmeth.o build\1_2\lambdalifting.o build\1_2\sem.o build\1_2\procfind.o build\1_2\pragmas.o build\1_2\semtypinst.o build\1_2\sigmatch.o build\1_2\aliases.o build\1_2\docgen.o build\1_2\rstast.o build\1_2\rst.o build\1_2\rstgen.o build\1_2\highlite.o build\1_2\cgen.o build\1_2\ccgutils.o build\1_2\cgendata.o build\1_2\ccgmerge.o build\1_2\ecmasgen.o build\1_2\passaux.o build\1_2\depends.o build\1_2\docgen2.o build\1_2\parseopt.o
|
||||
%LINKER% %LINK_FLAGS% -o bin\nimrod.exe build\1_2\system.o build\1_2\nimrod.o build\1_2\times.o build\1_2\strutils.o build\1_2\parseutils.o build\1_2\winlean.o build\1_2\commands.o build\1_2\os.o build\1_2\msgs.o build\1_2\options.o build\1_2\lists.o build\1_2\strtabs.o build\1_2\hashes.o build\1_2\tables.o build\1_2\math.o build\1_2\nversion.o build\1_2\condsyms.o build\1_2\ast.o build\1_2\crc.o build\1_2\ropes.o build\1_2\platform.o build\1_2\idents.o build\1_2\intsets.o build\1_2\idgen.o build\1_2\astalgo.o build\1_2\rodutils.o build\1_2\extccomp.o build\1_2\osproc.o build\1_2\streams.o build\1_2\wordrecg.o build\1_2\lexer.o build\1_2\lexbase.o build\1_2\llstream.o build\1_2\nimconf.o build\1_2\main.o build\1_2\syntaxes.o build\1_2\parser.o build\1_2\pbraces.o build\1_2\filters.o build\1_2\renderer.o build\1_2\filter_tmpl.o build\1_2\rodread.o build\1_2\types.o build\1_2\trees.o build\1_2\memfiles.o build\1_2\rodwrite.o build\1_2\passes.o build\1_2\magicsys.o build\1_2\nimsets.o build\1_2\bitsets.o build\1_2\semthreads.o build\1_2\importer.o build\1_2\lookups.o build\1_2\semdata.o build\1_2\treetab.o build\1_2\evals.o build\1_2\semfold.o build\1_2\saturate.o build\1_2\transf.o build\1_2\cgmeth.o build\1_2\lambdalifting.o build\1_2\sem.o build\1_2\procfind.o build\1_2\pragmas.o build\1_2\semtypinst.o build\1_2\sigmatch.o build\1_2\aliases.o build\1_2\docgen.o build\1_2\rstast.o build\1_2\rst.o build\1_2\rstgen.o build\1_2\highlite.o build\1_2\cgen.o build\1_2\ccgutils.o build\1_2\cgendata.o build\1_2\ccgmerge.o build\1_2\ecmasgen.o build\1_2\passaux.o build\1_2\depends.o build\1_2\docgen2.o build\1_2\parseopt.o
|
||||
ECHO %LINKER% %LINK_FLAGS% -o bin\nimrod.exe build\1_2\system.o build\1_2\nimrod.o build\1_2\times.o build\1_2\strutils.o build\1_2\parseutils.o build\1_2\winlean.o build\1_2\commands.o build\1_2\os.o build\1_2\msgs.o build\1_2\options.o build\1_2\lists.o build\1_2\strtabs.o build\1_2\hashes.o build\1_2\tables.o build\1_2\math.o build\1_2\nversion.o build\1_2\condsyms.o build\1_2\ast.o build\1_2\crc.o build\1_2\ropes.o build\1_2\platform.o build\1_2\idents.o build\1_2\intsets.o build\1_2\idgen.o build\1_2\astalgo.o build\1_2\rodutils.o build\1_2\extccomp.o build\1_2\osproc.o build\1_2\streams.o build\1_2\wordrecg.o build\1_2\lexer.o build\1_2\lexbase.o build\1_2\llstream.o build\1_2\nimconf.o build\1_2\main.o build\1_2\syntaxes.o build\1_2\parser.o build\1_2\pbraces.o build\1_2\filters.o build\1_2\renderer.o build\1_2\filter_tmpl.o build\1_2\rodread.o build\1_2\types.o build\1_2\trees.o build\1_2\memfiles.o build\1_2\rodwrite.o build\1_2\passes.o build\1_2\magicsys.o build\1_2\nimsets.o build\1_2\bitsets.o build\1_2\semthreads.o build\1_2\importer.o build\1_2\lookups.o build\1_2\semdata.o build\1_2\treetab.o build\1_2\evals.o build\1_2\semfold.o build\1_2\saturate.o build\1_2\transf.o build\1_2\cgmeth.o build\1_2\lambdalifting.o build\1_2\evaltempl.o build\1_2\sem.o build\1_2\procfind.o build\1_2\pragmas.o build\1_2\semtypinst.o build\1_2\sigmatch.o build\1_2\aliases.o build\1_2\patterns.o build\1_2\parampatterns.o build\1_2\docgen.o build\1_2\rstast.o build\1_2\rst.o build\1_2\rstgen.o build\1_2\highlite.o build\1_2\cgen.o build\1_2\ccgutils.o build\1_2\cgendata.o build\1_2\ccgmerge.o build\1_2\ecmasgen.o build\1_2\passaux.o build\1_2\depends.o build\1_2\docgen2.o build\1_2\parseopt.o
|
||||
%LINKER% %LINK_FLAGS% -o bin\nimrod.exe build\1_2\system.o build\1_2\nimrod.o build\1_2\times.o build\1_2\strutils.o build\1_2\parseutils.o build\1_2\winlean.o build\1_2\commands.o build\1_2\os.o build\1_2\msgs.o build\1_2\options.o build\1_2\lists.o build\1_2\strtabs.o build\1_2\hashes.o build\1_2\tables.o build\1_2\math.o build\1_2\nversion.o build\1_2\condsyms.o build\1_2\ast.o build\1_2\crc.o build\1_2\ropes.o build\1_2\platform.o build\1_2\idents.o build\1_2\intsets.o build\1_2\idgen.o build\1_2\astalgo.o build\1_2\rodutils.o build\1_2\extccomp.o build\1_2\osproc.o build\1_2\streams.o build\1_2\wordrecg.o build\1_2\lexer.o build\1_2\lexbase.o build\1_2\llstream.o build\1_2\nimconf.o build\1_2\main.o build\1_2\syntaxes.o build\1_2\parser.o build\1_2\pbraces.o build\1_2\filters.o build\1_2\renderer.o build\1_2\filter_tmpl.o build\1_2\rodread.o build\1_2\types.o build\1_2\trees.o build\1_2\memfiles.o build\1_2\rodwrite.o build\1_2\passes.o build\1_2\magicsys.o build\1_2\nimsets.o build\1_2\bitsets.o build\1_2\semthreads.o build\1_2\importer.o build\1_2\lookups.o build\1_2\semdata.o build\1_2\treetab.o build\1_2\evals.o build\1_2\semfold.o build\1_2\saturate.o build\1_2\transf.o build\1_2\cgmeth.o build\1_2\lambdalifting.o build\1_2\evaltempl.o build\1_2\sem.o build\1_2\procfind.o build\1_2\pragmas.o build\1_2\semtypinst.o build\1_2\sigmatch.o build\1_2\aliases.o build\1_2\patterns.o build\1_2\parampatterns.o build\1_2\docgen.o build\1_2\rstast.o build\1_2\rst.o build\1_2\rstgen.o build\1_2\highlite.o build\1_2\cgen.o build\1_2\ccgutils.o build\1_2\cgendata.o build\1_2\ccgmerge.o build\1_2\ecmasgen.o build\1_2\passaux.o build\1_2\depends.o build\1_2\docgen2.o build\1_2\parseopt.o
|
||||
|
||||
|
||||
ECHO SUCCESS
|
||||
|
||||
@@ -61,7 +61,7 @@ Files: "packages/docutils/*.nim"
|
||||
|
||||
|
||||
[Lib]
|
||||
Files: "lib/nimbase.h;lib/cycle.h"
|
||||
Files: "lib/nimbase.h"
|
||||
Files: "lib/*.nim"
|
||||
Files: "lib/*.cfg"
|
||||
|
||||
@@ -93,12 +93,7 @@ Files: "examples/gtk/*.nim"
|
||||
Files: "examples/0mq/*.nim"
|
||||
Files: "examples/c++iface/*.nim"
|
||||
Files: "examples/objciface/*.nim"
|
||||
Files: "examples/lazarus/*.nim"
|
||||
Files: "examples/lazarus/*.lpi"
|
||||
Files: "examples/lazarus/*.lpr"
|
||||
Files: "examples/lazarus/*.txt"
|
||||
Files: "examples/lazarus/*.lfm"
|
||||
Files: "examples/lazarus/*.pas"
|
||||
Files: "examples/cross_calculator/"
|
||||
|
||||
Files: "examples/*.html"
|
||||
Files: "examples/*.txt"
|
||||
@@ -130,7 +125,7 @@ UninstallScript: "yes"
|
||||
|
||||
|
||||
[InnoSetup]
|
||||
path = r"c:\programme\inno setup 5\iscc.exe"
|
||||
path = r"c:\Program Files (x86)\Inno Setup 5\iscc.exe"
|
||||
flags = "/Q"
|
||||
|
||||
|
||||
|
||||
@@ -14,9 +14,9 @@ const
|
||||
MaxSetElements* = 1 shl 16 # (2^16) to support unicode character sets?
|
||||
defaultAsmMarkerSymbol* = '!'
|
||||
VersionMajor* = 0
|
||||
VersionMinor* = 8
|
||||
VersionPatch* = 15
|
||||
VersionMinor* = 9
|
||||
VersionPatch* = 0
|
||||
VersionAsString* = $VersionMajor & "." & $VersionMinor & "." & $VersionPatch
|
||||
|
||||
RodFileVersion* = "1209" # modify this if the rod-format changes!
|
||||
RodFileVersion* = "1210" # modify this if the rod-format changes!
|
||||
|
||||
|
||||
420
install.sh
420
install.sh
@@ -115,6 +115,10 @@ if [ $# -eq 1 ] ; then
|
||||
cp doc/endb.txt $docdir/endb.txt
|
||||
chmod 644 $docdir/endb.txt
|
||||
fi
|
||||
if [ -f doc/estp.txt ]; then
|
||||
cp doc/estp.txt $docdir/estp.txt
|
||||
chmod 644 $docdir/estp.txt
|
||||
fi
|
||||
if [ -f doc/filelist.txt ]; then
|
||||
cp doc/filelist.txt $docdir/filelist.txt
|
||||
chmod 644 $docdir/filelist.txt
|
||||
@@ -187,6 +191,10 @@ if [ $# -eq 1 ] ; then
|
||||
cp doc/tools.txt $docdir/tools.txt
|
||||
chmod 644 $docdir/tools.txt
|
||||
fi
|
||||
if [ -f doc/trmacros.txt ]; then
|
||||
cp doc/trmacros.txt $docdir/trmacros.txt
|
||||
chmod 644 $docdir/trmacros.txt
|
||||
fi
|
||||
if [ -f doc/tut1.txt ]; then
|
||||
cp doc/tut1.txt $docdir/tut1.txt
|
||||
chmod 644 $docdir/tut1.txt
|
||||
@@ -195,10 +203,414 @@ if [ $# -eq 1 ] ; then
|
||||
cp doc/tut2.txt $docdir/tut2.txt
|
||||
chmod 644 $docdir/tut2.txt
|
||||
fi
|
||||
if [ -f doc/actors.html ]; then
|
||||
cp doc/actors.html $docdir/actors.html
|
||||
chmod 644 $docdir/actors.html
|
||||
fi
|
||||
if [ -f doc/algorithm.html ]; then
|
||||
cp doc/algorithm.html $docdir/algorithm.html
|
||||
chmod 644 $docdir/algorithm.html
|
||||
fi
|
||||
if [ -f doc/apis.html ]; then
|
||||
cp doc/apis.html $docdir/apis.html
|
||||
chmod 644 $docdir/apis.html
|
||||
fi
|
||||
if [ -f doc/asyncio.html ]; then
|
||||
cp doc/asyncio.html $docdir/asyncio.html
|
||||
chmod 644 $docdir/asyncio.html
|
||||
fi
|
||||
if [ -f doc/base64.html ]; then
|
||||
cp doc/base64.html $docdir/base64.html
|
||||
chmod 644 $docdir/base64.html
|
||||
fi
|
||||
if [ -f doc/browsers.html ]; then
|
||||
cp doc/browsers.html $docdir/browsers.html
|
||||
chmod 644 $docdir/browsers.html
|
||||
fi
|
||||
if [ -f doc/c2nim.html ]; then
|
||||
cp doc/c2nim.html $docdir/c2nim.html
|
||||
chmod 644 $docdir/c2nim.html
|
||||
fi
|
||||
if [ -f doc/cgi.html ]; then
|
||||
cp doc/cgi.html $docdir/cgi.html
|
||||
chmod 644 $docdir/cgi.html
|
||||
fi
|
||||
if [ -f doc/channels.html ]; then
|
||||
cp doc/channels.html $docdir/channels.html
|
||||
chmod 644 $docdir/channels.html
|
||||
fi
|
||||
if [ -f doc/colors.html ]; then
|
||||
cp doc/colors.html $docdir/colors.html
|
||||
chmod 644 $docdir/colors.html
|
||||
fi
|
||||
if [ -f doc/complex.html ]; then
|
||||
cp doc/complex.html $docdir/complex.html
|
||||
chmod 644 $docdir/complex.html
|
||||
fi
|
||||
if [ -f doc/cookies.html ]; then
|
||||
cp doc/cookies.html $docdir/cookies.html
|
||||
chmod 644 $docdir/cookies.html
|
||||
fi
|
||||
if [ -f doc/critbits.html ]; then
|
||||
cp doc/critbits.html $docdir/critbits.html
|
||||
chmod 644 $docdir/critbits.html
|
||||
fi
|
||||
if [ -f doc/db_mongo.html ]; then
|
||||
cp doc/db_mongo.html $docdir/db_mongo.html
|
||||
chmod 644 $docdir/db_mongo.html
|
||||
fi
|
||||
if [ -f doc/db_mysql.html ]; then
|
||||
cp doc/db_mysql.html $docdir/db_mysql.html
|
||||
chmod 644 $docdir/db_mysql.html
|
||||
fi
|
||||
if [ -f doc/db_postgres.html ]; then
|
||||
cp doc/db_postgres.html $docdir/db_postgres.html
|
||||
chmod 644 $docdir/db_postgres.html
|
||||
fi
|
||||
if [ -f doc/db_sqlite.html ]; then
|
||||
cp doc/db_sqlite.html $docdir/db_sqlite.html
|
||||
chmod 644 $docdir/db_sqlite.html
|
||||
fi
|
||||
if [ -f doc/dom.html ]; then
|
||||
cp doc/dom.html $docdir/dom.html
|
||||
chmod 644 $docdir/dom.html
|
||||
fi
|
||||
if [ -f doc/dynlib.html ]; then
|
||||
cp doc/dynlib.html $docdir/dynlib.html
|
||||
chmod 644 $docdir/dynlib.html
|
||||
fi
|
||||
if [ -f doc/encodings.html ]; then
|
||||
cp doc/encodings.html $docdir/encodings.html
|
||||
chmod 644 $docdir/encodings.html
|
||||
fi
|
||||
if [ -f doc/endb.html ]; then
|
||||
cp doc/endb.html $docdir/endb.html
|
||||
chmod 644 $docdir/endb.html
|
||||
fi
|
||||
if [ -f doc/endians.html ]; then
|
||||
cp doc/endians.html $docdir/endians.html
|
||||
chmod 644 $docdir/endians.html
|
||||
fi
|
||||
if [ -f doc/estp.html ]; then
|
||||
cp doc/estp.html $docdir/estp.html
|
||||
chmod 644 $docdir/estp.html
|
||||
fi
|
||||
if [ -f doc/events.html ]; then
|
||||
cp doc/events.html $docdir/events.html
|
||||
chmod 644 $docdir/events.html
|
||||
fi
|
||||
if [ -f doc/filters.html ]; then
|
||||
cp doc/filters.html $docdir/filters.html
|
||||
chmod 644 $docdir/filters.html
|
||||
fi
|
||||
if [ -f doc/fsmonitor.html ]; then
|
||||
cp doc/fsmonitor.html $docdir/fsmonitor.html
|
||||
chmod 644 $docdir/fsmonitor.html
|
||||
fi
|
||||
if [ -f doc/ftpclient.html ]; then
|
||||
cp doc/ftpclient.html $docdir/ftpclient.html
|
||||
chmod 644 $docdir/ftpclient.html
|
||||
fi
|
||||
if [ -f doc/gc.html ]; then
|
||||
cp doc/gc.html $docdir/gc.html
|
||||
chmod 644 $docdir/gc.html
|
||||
fi
|
||||
if [ -f doc/graphics.html ]; then
|
||||
cp doc/graphics.html $docdir/graphics.html
|
||||
chmod 644 $docdir/graphics.html
|
||||
fi
|
||||
if [ -f doc/hashes.html ]; then
|
||||
cp doc/hashes.html $docdir/hashes.html
|
||||
chmod 644 $docdir/hashes.html
|
||||
fi
|
||||
if [ -f doc/htmlgen.html ]; then
|
||||
cp doc/htmlgen.html $docdir/htmlgen.html
|
||||
chmod 644 $docdir/htmlgen.html
|
||||
fi
|
||||
if [ -f doc/htmlparser.html ]; then
|
||||
cp doc/htmlparser.html $docdir/htmlparser.html
|
||||
chmod 644 $docdir/htmlparser.html
|
||||
fi
|
||||
if [ -f doc/httpclient.html ]; then
|
||||
cp doc/httpclient.html $docdir/httpclient.html
|
||||
chmod 644 $docdir/httpclient.html
|
||||
fi
|
||||
if [ -f doc/httpserver.html ]; then
|
||||
cp doc/httpserver.html $docdir/httpserver.html
|
||||
chmod 644 $docdir/httpserver.html
|
||||
fi
|
||||
if [ -f doc/intern.html ]; then
|
||||
cp doc/intern.html $docdir/intern.html
|
||||
chmod 644 $docdir/intern.html
|
||||
fi
|
||||
if [ -f doc/intsets.html ]; then
|
||||
cp doc/intsets.html $docdir/intsets.html
|
||||
chmod 644 $docdir/intsets.html
|
||||
fi
|
||||
if [ -f doc/irc.html ]; then
|
||||
cp doc/irc.html $docdir/irc.html
|
||||
chmod 644 $docdir/irc.html
|
||||
fi
|
||||
if [ -f doc/json.html ]; then
|
||||
cp doc/json.html $docdir/json.html
|
||||
chmod 644 $docdir/json.html
|
||||
fi
|
||||
if [ -f doc/lexbase.html ]; then
|
||||
cp doc/lexbase.html $docdir/lexbase.html
|
||||
chmod 644 $docdir/lexbase.html
|
||||
fi
|
||||
if [ -f doc/lib.html ]; then
|
||||
cp doc/lib.html $docdir/lib.html
|
||||
chmod 644 $docdir/lib.html
|
||||
fi
|
||||
if [ -f doc/lists.html ]; then
|
||||
cp doc/lists.html $docdir/lists.html
|
||||
chmod 644 $docdir/lists.html
|
||||
fi
|
||||
if [ -f doc/locks.html ]; then
|
||||
cp doc/locks.html $docdir/locks.html
|
||||
chmod 644 $docdir/locks.html
|
||||
fi
|
||||
if [ -f doc/macros.html ]; then
|
||||
cp doc/macros.html $docdir/macros.html
|
||||
chmod 644 $docdir/macros.html
|
||||
fi
|
||||
if [ -f doc/manual.html ]; then
|
||||
cp doc/manual.html $docdir/manual.html
|
||||
chmod 644 $docdir/manual.html
|
||||
fi
|
||||
if [ -f doc/marshal.html ]; then
|
||||
cp doc/marshal.html $docdir/marshal.html
|
||||
chmod 644 $docdir/marshal.html
|
||||
fi
|
||||
if [ -f doc/matchers.html ]; then
|
||||
cp doc/matchers.html $docdir/matchers.html
|
||||
chmod 644 $docdir/matchers.html
|
||||
fi
|
||||
if [ -f doc/math.html ]; then
|
||||
cp doc/math.html $docdir/math.html
|
||||
chmod 644 $docdir/math.html
|
||||
fi
|
||||
if [ -f doc/memfiles.html ]; then
|
||||
cp doc/memfiles.html $docdir/memfiles.html
|
||||
chmod 644 $docdir/memfiles.html
|
||||
fi
|
||||
if [ -f doc/mimetypes.html ]; then
|
||||
cp doc/mimetypes.html $docdir/mimetypes.html
|
||||
chmod 644 $docdir/mimetypes.html
|
||||
fi
|
||||
if [ -f doc/nimgrep.html ]; then
|
||||
cp doc/nimgrep.html $docdir/nimgrep.html
|
||||
chmod 644 $docdir/nimgrep.html
|
||||
fi
|
||||
if [ -f doc/niminst.html ]; then
|
||||
cp doc/niminst.html $docdir/niminst.html
|
||||
chmod 644 $docdir/niminst.html
|
||||
fi
|
||||
if [ -f doc/nimprof.html ]; then
|
||||
cp doc/nimprof.html $docdir/nimprof.html
|
||||
chmod 644 $docdir/nimprof.html
|
||||
fi
|
||||
if [ -f doc/nimrodc.html ]; then
|
||||
cp doc/nimrodc.html $docdir/nimrodc.html
|
||||
chmod 644 $docdir/nimrodc.html
|
||||
fi
|
||||
if [ -f doc/oids.html ]; then
|
||||
cp doc/oids.html $docdir/oids.html
|
||||
chmod 644 $docdir/oids.html
|
||||
fi
|
||||
if [ -f doc/os.html ]; then
|
||||
cp doc/os.html $docdir/os.html
|
||||
chmod 644 $docdir/os.html
|
||||
fi
|
||||
if [ -f doc/osproc.html ]; then
|
||||
cp doc/osproc.html $docdir/osproc.html
|
||||
chmod 644 $docdir/osproc.html
|
||||
fi
|
||||
if [ -f doc/overview.html ]; then
|
||||
cp doc/overview.html $docdir/overview.html
|
||||
chmod 644 $docdir/overview.html
|
||||
fi
|
||||
if [ -f doc/parsecfg.html ]; then
|
||||
cp doc/parsecfg.html $docdir/parsecfg.html
|
||||
chmod 644 $docdir/parsecfg.html
|
||||
fi
|
||||
if [ -f doc/parsecsv.html ]; then
|
||||
cp doc/parsecsv.html $docdir/parsecsv.html
|
||||
chmod 644 $docdir/parsecsv.html
|
||||
fi
|
||||
if [ -f doc/parseopt.html ]; then
|
||||
cp doc/parseopt.html $docdir/parseopt.html
|
||||
chmod 644 $docdir/parseopt.html
|
||||
fi
|
||||
if [ -f doc/parsesql.html ]; then
|
||||
cp doc/parsesql.html $docdir/parsesql.html
|
||||
chmod 644 $docdir/parsesql.html
|
||||
fi
|
||||
if [ -f doc/parseutils.html ]; then
|
||||
cp doc/parseutils.html $docdir/parseutils.html
|
||||
chmod 644 $docdir/parseutils.html
|
||||
fi
|
||||
if [ -f doc/parsexml.html ]; then
|
||||
cp doc/parsexml.html $docdir/parsexml.html
|
||||
chmod 644 $docdir/parsexml.html
|
||||
fi
|
||||
if [ -f doc/pegs.html ]; then
|
||||
cp doc/pegs.html $docdir/pegs.html
|
||||
chmod 644 $docdir/pegs.html
|
||||
fi
|
||||
if [ -f doc/queues.html ]; then
|
||||
cp doc/queues.html $docdir/queues.html
|
||||
chmod 644 $docdir/queues.html
|
||||
fi
|
||||
if [ -f doc/rdstdin.html ]; then
|
||||
cp doc/rdstdin.html $docdir/rdstdin.html
|
||||
chmod 644 $docdir/rdstdin.html
|
||||
fi
|
||||
if [ -f doc/re.html ]; then
|
||||
cp doc/re.html $docdir/re.html
|
||||
chmod 644 $docdir/re.html
|
||||
fi
|
||||
if [ -f doc/redis.html ]; then
|
||||
cp doc/redis.html $docdir/redis.html
|
||||
chmod 644 $docdir/redis.html
|
||||
fi
|
||||
if [ -f doc/ropes.html ]; then
|
||||
cp doc/ropes.html $docdir/ropes.html
|
||||
chmod 644 $docdir/ropes.html
|
||||
fi
|
||||
if [ -f doc/scgi.html ]; then
|
||||
cp doc/scgi.html $docdir/scgi.html
|
||||
chmod 644 $docdir/scgi.html
|
||||
fi
|
||||
if [ -f doc/sequtils.html ]; then
|
||||
cp doc/sequtils.html $docdir/sequtils.html
|
||||
chmod 644 $docdir/sequtils.html
|
||||
fi
|
||||
if [ -f doc/sets.html ]; then
|
||||
cp doc/sets.html $docdir/sets.html
|
||||
chmod 644 $docdir/sets.html
|
||||
fi
|
||||
if [ -f doc/smtp.html ]; then
|
||||
cp doc/smtp.html $docdir/smtp.html
|
||||
chmod 644 $docdir/smtp.html
|
||||
fi
|
||||
if [ -f doc/sockets.html ]; then
|
||||
cp doc/sockets.html $docdir/sockets.html
|
||||
chmod 644 $docdir/sockets.html
|
||||
fi
|
||||
if [ -f doc/sphinx.html ]; then
|
||||
cp doc/sphinx.html $docdir/sphinx.html
|
||||
chmod 644 $docdir/sphinx.html
|
||||
fi
|
||||
if [ -f doc/ssl.html ]; then
|
||||
cp doc/ssl.html $docdir/ssl.html
|
||||
chmod 644 $docdir/ssl.html
|
||||
fi
|
||||
if [ -f doc/streams.html ]; then
|
||||
cp doc/streams.html $docdir/streams.html
|
||||
chmod 644 $docdir/streams.html
|
||||
fi
|
||||
if [ -f doc/strtabs.html ]; then
|
||||
cp doc/strtabs.html $docdir/strtabs.html
|
||||
chmod 644 $docdir/strtabs.html
|
||||
fi
|
||||
if [ -f doc/strutils.html ]; then
|
||||
cp doc/strutils.html $docdir/strutils.html
|
||||
chmod 644 $docdir/strutils.html
|
||||
fi
|
||||
if [ -f doc/subexes.html ]; then
|
||||
cp doc/subexes.html $docdir/subexes.html
|
||||
chmod 644 $docdir/subexes.html
|
||||
fi
|
||||
if [ -f doc/system.html ]; then
|
||||
cp doc/system.html $docdir/system.html
|
||||
chmod 644 $docdir/system.html
|
||||
fi
|
||||
if [ -f doc/tables.html ]; then
|
||||
cp doc/tables.html $docdir/tables.html
|
||||
chmod 644 $docdir/tables.html
|
||||
fi
|
||||
if [ -f doc/terminal.html ]; then
|
||||
cp doc/terminal.html $docdir/terminal.html
|
||||
chmod 644 $docdir/terminal.html
|
||||
fi
|
||||
if [ -f doc/theindex.html ]; then
|
||||
cp doc/theindex.html $docdir/theindex.html
|
||||
chmod 644 $docdir/theindex.html
|
||||
fi
|
||||
if [ -f doc/threads.html ]; then
|
||||
cp doc/threads.html $docdir/threads.html
|
||||
chmod 644 $docdir/threads.html
|
||||
fi
|
||||
if [ -f doc/times.html ]; then
|
||||
cp doc/times.html $docdir/times.html
|
||||
chmod 644 $docdir/times.html
|
||||
fi
|
||||
if [ -f doc/tools.html ]; then
|
||||
cp doc/tools.html $docdir/tools.html
|
||||
chmod 644 $docdir/tools.html
|
||||
fi
|
||||
if [ -f doc/trmacros.html ]; then
|
||||
cp doc/trmacros.html $docdir/trmacros.html
|
||||
chmod 644 $docdir/trmacros.html
|
||||
fi
|
||||
if [ -f doc/tut1.html ]; then
|
||||
cp doc/tut1.html $docdir/tut1.html
|
||||
chmod 644 $docdir/tut1.html
|
||||
fi
|
||||
if [ -f doc/tut2.html ]; then
|
||||
cp doc/tut2.html $docdir/tut2.html
|
||||
chmod 644 $docdir/tut2.html
|
||||
fi
|
||||
if [ -f doc/typeinfo.html ]; then
|
||||
cp doc/typeinfo.html $docdir/typeinfo.html
|
||||
chmod 644 $docdir/typeinfo.html
|
||||
fi
|
||||
if [ -f doc/unicode.html ]; then
|
||||
cp doc/unicode.html $docdir/unicode.html
|
||||
chmod 644 $docdir/unicode.html
|
||||
fi
|
||||
if [ -f doc/unidecode.html ]; then
|
||||
cp doc/unidecode.html $docdir/unidecode.html
|
||||
chmod 644 $docdir/unidecode.html
|
||||
fi
|
||||
if [ -f doc/unsigned.html ]; then
|
||||
cp doc/unsigned.html $docdir/unsigned.html
|
||||
chmod 644 $docdir/unsigned.html
|
||||
fi
|
||||
if [ -f doc/uri.html ]; then
|
||||
cp doc/uri.html $docdir/uri.html
|
||||
chmod 644 $docdir/uri.html
|
||||
fi
|
||||
if [ -f doc/web.html ]; then
|
||||
cp doc/web.html $docdir/web.html
|
||||
chmod 644 $docdir/web.html
|
||||
fi
|
||||
if [ -f doc/xmldom.html ]; then
|
||||
cp doc/xmldom.html $docdir/xmldom.html
|
||||
chmod 644 $docdir/xmldom.html
|
||||
fi
|
||||
if [ -f doc/xmldomparser.html ]; then
|
||||
cp doc/xmldomparser.html $docdir/xmldomparser.html
|
||||
chmod 644 $docdir/xmldomparser.html
|
||||
fi
|
||||
if [ -f doc/xmlparser.html ]; then
|
||||
cp doc/xmlparser.html $docdir/xmlparser.html
|
||||
chmod 644 $docdir/xmlparser.html
|
||||
fi
|
||||
if [ -f doc/xmltree.html ]; then
|
||||
cp doc/xmltree.html $docdir/xmltree.html
|
||||
chmod 644 $docdir/xmltree.html
|
||||
fi
|
||||
if [ -f doc/zipfiles.html ]; then
|
||||
cp doc/zipfiles.html $docdir/zipfiles.html
|
||||
chmod 644 $docdir/zipfiles.html
|
||||
fi
|
||||
if [ -f doc/zmq.html ]; then
|
||||
cp doc/zmq.html $docdir/zmq.html
|
||||
chmod 644 $docdir/zmq.html
|
||||
fi
|
||||
if [ -f doc/mytest.cfg ]; then
|
||||
cp doc/mytest.cfg $docdir/mytest.cfg
|
||||
chmod 644 $docdir/mytest.cfg
|
||||
@@ -237,8 +649,6 @@ if [ $# -eq 1 ] ; then
|
||||
fi
|
||||
cp lib/nimbase.h $libdir/nimbase.h
|
||||
chmod 644 $libdir/nimbase.h
|
||||
cp lib/cycle.h $libdir/cycle.h
|
||||
chmod 644 $libdir/cycle.h
|
||||
cp lib/nimrtl.nim $libdir/nimrtl.nim
|
||||
chmod 644 $libdir/nimrtl.nim
|
||||
cp lib/prelude.nim $libdir/prelude.nim
|
||||
@@ -337,6 +747,8 @@ if [ $# -eq 1 ] ; then
|
||||
chmod 644 $libdir/pure/endians.nim
|
||||
cp lib/pure/events.nim $libdir/pure/events.nim
|
||||
chmod 644 $libdir/pure/events.nim
|
||||
cp lib/pure/fsmonitor.nim $libdir/pure/fsmonitor.nim
|
||||
chmod 644 $libdir/pure/fsmonitor.nim
|
||||
cp lib/pure/ftpclient.nim $libdir/pure/ftpclient.nim
|
||||
chmod 644 $libdir/pure/ftpclient.nim
|
||||
cp lib/pure/gentabs.nim $libdir/pure/gentabs.nim
|
||||
@@ -369,6 +781,8 @@ if [ $# -eq 1 ] ; then
|
||||
chmod 644 $libdir/pure/memfiles.nim
|
||||
cp lib/pure/mimetypes.nim $libdir/pure/mimetypes.nim
|
||||
chmod 644 $libdir/pure/mimetypes.nim
|
||||
cp lib/pure/nimprof.nim $libdir/pure/nimprof.nim
|
||||
chmod 644 $libdir/pure/nimprof.nim
|
||||
cp lib/pure/oids.nim $libdir/pure/oids.nim
|
||||
chmod 644 $libdir/pure/oids.nim
|
||||
cp lib/pure/os.nim $libdir/pure/os.nim
|
||||
@@ -647,6 +1061,8 @@ if [ $# -eq 1 ] ; then
|
||||
chmod 644 $libdir/windows/windows.nim
|
||||
cp lib/windows/winlean.nim $libdir/windows/winlean.nim
|
||||
chmod 644 $libdir/windows/winlean.nim
|
||||
cp lib/posix/inotify.nim $libdir/posix/inotify.nim
|
||||
chmod 644 $libdir/posix/inotify.nim
|
||||
cp lib/posix/posix.nim $libdir/posix/posix.nim
|
||||
chmod 644 $libdir/posix/posix.nim
|
||||
cp lib/ecmas/dom.nim $libdir/ecmas/dom.nim
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
Here you can download the latest version of the Nimrod Compiler.
|
||||
Please choose your platform:
|
||||
* source-based installation: `<download/nimrod_0.8.14.zip>`_
|
||||
* installer for Windows XP/Vista/7 (i386, 32bit): `<download/nimrod_0.8.14.exe>`_
|
||||
* source-based installation: `<download/nimrod_0.9.0.zip>`_
|
||||
* installer for Windows XP/Vista/7 (i386, 32bit): `<download/nimrod_0.9.0.exe>`_
|
||||
(includes GCC and everything else you need)
|
||||
|
||||
The source-based installation has been tested on these systems:
|
||||
|
||||
@@ -97,19 +97,21 @@ Nimrod plays nice with others
|
||||
libcurl, mySQL and SQLite are included in the standard distribution.
|
||||
* A C to Nimrod conversion utility: New bindings to C libraries are easily
|
||||
generated by ``c2nim``.
|
||||
|
||||
|
||||
|
||||
Roadmap to 1.0
|
||||
==============
|
||||
|
||||
Version 0.9.2
|
||||
* overloading based on ASTs (like already possible for term rewriting macros)
|
||||
* better interaction between macros, templates and overloading
|
||||
* the effect system will be extended
|
||||
* the symbol binding rules for generics and templates may change again
|
||||
|
||||
Version 0.9.x
|
||||
* first class iterators
|
||||
* 2-phase type system for better interaction between macros, templates
|
||||
and overloading
|
||||
* message passing performance will be greatly improved
|
||||
* the syntactic distinction between statements and expressions will be
|
||||
removed
|
||||
* the binding rules for generics and templates will change
|
||||
* exception tracking
|
||||
* the effect system will be extended
|
||||
* the need for forward declarations may be removed
|
||||
|
||||
|
||||
21
web/news.txt
21
web/news.txt
@@ -2,10 +2,22 @@
|
||||
News
|
||||
====
|
||||
|
||||
2012-XX-XX Version 0.8.XX released
|
||||
==================================
|
||||
2012-09-23 Version 0.9.0 released
|
||||
=================================
|
||||
|
||||
Version 0.9.0 has been released! Get it `here <download.html>`_.
|
||||
|
||||
Summary
|
||||
-------
|
||||
|
||||
* Unsigned integers have been added.
|
||||
* The integer type promotion rules changed.
|
||||
* The template and macro system evolved.
|
||||
* Closures have been implemented.
|
||||
* Term rewriting macros have been implemented.
|
||||
* First steps to unify expressions and statements have been taken.
|
||||
* Symbol lookup rules in generics have become stricter to catch more errors.
|
||||
|
||||
Version 0.8.XX has been released! Get it `here <download.html>`_.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
@@ -113,6 +125,7 @@ Changes affecting backwards compatibility
|
||||
from ``TObject``.
|
||||
- Macros now receive parameters like templates do; use the ``callsite`` builtin
|
||||
to gain access to the invocation AST.
|
||||
- Symbol lookup rules in generics have become stricter to catch more errors.
|
||||
|
||||
|
||||
Compiler Additions
|
||||
@@ -167,6 +180,8 @@ Language Additions
|
||||
the current scope.
|
||||
- A proc body can consist of an expression that has a type. This is rewritten
|
||||
to ``result = expression`` then.
|
||||
- Term rewriting macros (see `trmacros <http://nimrod-code.org/trmacros.html>`_)
|
||||
have been implemented but are still in alpha.
|
||||
|
||||
|
||||
2012-02-09 Version 0.8.14 released
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
| `2012-09-23`:newsdate:
|
||||
| Nimrod version 0.9.0 has been released!
|
||||
Get it `here <./download.html>`_.
|
||||
|
||||
| `2012-02-09`:newsdate:
|
||||
| Nimrod version 0.8.14 has been released!
|
||||
Get it `here <./download.html>`_.
|
||||
|
||||
| `2011-07-10`:newsdate:
|
||||
| Nimrod version 0.8.12 has been released!
|
||||
|
||||
Reference in New Issue
Block a user