dmd/compiler/test/dub_package
2024-03-05 19:46:56 +08:00
..
testfiles Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
.gitignore Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
avg.d target: Rename is64bit to isX86_64 (#15398) 2023-07-11 11:29:25 +03:00
frontend.d Fix Issue 23838 - DMD lexer / parser examples might not compile (#15106) 2023-04-17 15:57:30 +03:00
frontend_file.d Fix Issue 23838 - DMD lexer / parser examples might not compile (#15106) 2023-04-17 15:57:30 +03:00
impvisitor.d target: Rename is64bit to isX86_64 (#15398) 2023-07-11 11:29:25 +03:00
lexer.d Fix Issue 23838 - DMD lexer / parser examples might not compile (#15106) 2023-04-17 15:57:30 +03:00
README.md Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
retrieve_scope.d Make retrieve_scopes example compile 2024-03-05 19:46:56 +08:00

DMD as a library

The tests in this module are high-level and mostly indented to make sure all necessary modules are included in the Dub package.

The tests are executable single-file packages for the D's package manager dub and can be directly executed:

./lexer.d

If you want to see the log output or want to pass additional options, use --single:

dub --single -v lexer.d

If you don't have dub installed on your system, install an official release.