candor
Experimental VM for a `Candor` language
File Explorer
Download Latest Version (.zip)- API.md
- candor.h
- logo.png
- assembler-ia32-inl.h
- assembler-ia32.cc
- assembler-ia32.h
- fullgen-ia32.cc
- lir-builder-ia32.cc
- lir-ia32.cc
- lir-ia32.h
- macroassembler-ia32.cc
- pic-ia32.cc
- stubs-ia32.cc
- stubs-ia32.h
- assembler-x64-inl.h
- assembler-x64.cc
- assembler-x64.h
- fullgen-x64.cc
- lir-builder-x64.cc
- lir-x64.cc
- lir-x64.h
- macroassembler-x64.cc
- pic-x64.cc
- stubs-x64.cc
- stubs-x64.h
- api.cc
- api.h
- assembler-inl.h
- assembler.h
- ast.h
- can.cc
- code-space.cc
- code-space.h
- cpu.cc
- cpu.h
- fullgen-inl.h
- fullgen-instructions-inl.h
- fullgen-instructions.cc
- fullgen-instructions.h
- fullgen.cc
- fullgen.h
- gc.cc
- gc.h
- heap-inl.h
- heap.cc
- heap.h
- hir-inl.h
- hir-instructions-inl.h
- hir-instructions.cc
- hir-instructions.h
- hir.cc
- hir.h
- isolate.cc
- isolate.h
- lexer.cc
- lexer.h
- lir-inl.h
- lir-instructions-inl.h
- lir-instructions.cc
- lir-instructions.h
- lir.cc
- lir.h
- list.h
- macroassembler-inl.h
- macroassembler.cc
- macroassembler.h
- parser.cc
- parser.h
- pic.cc
- pic.h
- root.cc
- root.h
- runtime.cc
- runtime.h
- scope.cc
- scope.h
- source-map.cc
- source-map.h
- splay-tree.h
- stubs.h
- utils.h
- visitor.cc
- visitor.h
- zone.cc
- zone.h
- arrays.can
- cons.can
- gc-stress.can
- heap-while.can
- objects.can
- while.can
- regr-1.can
- regr-2.can
- regr-3.can
- regr-4.can
- regr-5.can
- arrays.can
- basics.can
- binary.can
- clone.can
- functions.can
- objects.can
- return.can
- strings.can
- while.can
- test-api.cc
- test-binary.cc
- test-fullgen.cc
- test-functional.cc
- test-gc.cc
- test-hir.cc
- test-lir.cc
- test-list.cc
- test-list.h
- test-numbers.cc
- test-parser.cc
- test-scope.cc
- test-splaytree.cc
- test.cc
- test.gyp
- test.h
- buildbot_run.py
- __init__.py
- android.py
- dump_dependency_json.py
- eclipse.py
- gypd.py
- gypsh.py
- make.py
- msvs.py
- msvs_test.py
- ninja.py
- ninja_test.py
- scons.py
- xcode.py
- __init__.py
- common.py
- common_test.py
- easy_xml.py
- easy_xml_test.py
- input.py
- mac_tool.py
- msvs_emulation.py
- MSVSNew.py
- MSVSProject.py
- MSVSSettings.py
- MSVSSettings_test.py
- MSVSToolFile.py
- MSVSUserFile.py
- MSVSVersion.py
- ninja_syntax.py
- SCons.py
- sun_tool.py
- system_test.py
- win_tool.py
- xcode_emulation.py
- xcodeproj_file.py
- xml_fix.py
- samples
- samples.bat
- media.gyp
- media.gyp.fontified
- gyp-tests.el
- gyp.el
- README
- run-unit-tests.sh
- gyp.pbfilespec
- gyp.xclangspec
- README
- graphviz.py
- pretty_gyp.py
- pretty_sln.py
- pretty_vcproj.py
- README
- .gitignore
- AUTHORS
- codereview.settings
- DEPS
- gyp
- gyp.bat
- gyp_dummy.c
- gyptest.py
- LICENSE
- MANIFEST
- OWNERS
- PRESUBMIT.py
- pylintrc
- setup.py
- presubmit.py
- .gitignore
- .travis.yml
- AUTHORS
- candor.gyp
- candor_gyp
- common.gypi
- Makefile
- README.md
- TODO
# Installation Guide
1. Get the code
git clone https://github.com/indutny/candor
Downloads the entire project code from GitHub to your computer.
cd candor
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make test
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
