Skip to content

DATEX Core Library implemented in Rust. Includes a compiler, decompiler and DATEX runtime (work in progress)

License

Notifications You must be signed in to change notification settings

unyt-org/datex-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DATEX Core

This repository contains a full DATEX Runtime & Compiler/Decompiler, written in Rust.

Building

Required rust version: nightly-2022-12-12 Required for generators feature (renamed to coroutines in newer nightly versions, but not yet updated in gen-iter)

rustup install nightly-2022-12-12
rustup default nightly-2022-12-12

Testing

The integration tests in the test/ directory can be run with cargo test -- --show-output

cargo test --package datex-core --test compiler -- compile_literals --exact --nocapture 

About

DATEX Core Library implemented in Rust. Includes a compiler, decompiler and DATEX runtime (work in progress)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages