Jakob Stoklund Olesen
1e1baec50a
Python 3 compat.
...
Try to keep our Python sources compatible with both Python 2.7 and 3.
Check with 'pylint --py3k' and 'python -3'.
2016-08-23 16:35:58 -07:00
Jakob Stoklund Olesen
cfeefde3fc
Scaffolding for defining settings.
...
Settings can be defined globally or per-ISA. They are available to code through
a generated Settings struct with accessor methods per setting.
2016-08-05 15:50:57 -07:00
Jakob Stoklund Olesen
92f84c655b
Rename meta/target -> meta/isa.
...
Clarify terminology by always referring to a 'Target ISA' instead of just
'Target'. Use 'isa' as a module name instead of 'target' both in Rust and Python
code.
This is only to clarify terminology and not at all because Cargo insists on
using the 'target' sub-directory for build products. Oh, no. Not at all.
2016-08-04 11:50:19 -07:00
Jakob Stoklund Olesen
3909cdbc2d
Generate recursive meta language dependencies.
...
Cargo doesn't scan a directory for changed dependencies recursively, so do that
as part of the build.py script.
2016-05-13 10:00:38 -07:00
Jakob Stoklund Olesen
15f39c776c
Begin source generation.
...
Start out easy by emiting an opcodes.rs file containing an opcode enumeration.
2016-04-06 12:22:56 -07:00
Jakob Stoklund Olesen
d32d78d16c
Add scaffolding for a Python build script.
...
Hook up a Cargo build script that runs a Python script in the meta directory.
2016-04-05 13:36:04 -07:00