dmd/compiler/test/dub_package
2025-01-26 14:06:14 +01:00
..
testfiles
.gitignore
avg.d Move visitors into a package 2024-09-29 13:05:12 +08: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 Move visitors into a package 2024-09-29 13:05:12 +08:00
lexer.d Fix Issue 23838 - DMD lexer / parser examples might not compile (#15106) 2023-04-17 15:57:30 +03:00
README.md
retrieve_scope.d Refactor use of Loc/SourceLoc (#20785) 2025-01-26 14:06:14 +01: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.