Files
wren/script
Bob Nystrom a91361fa2f fix: update source file paths in generate_builtins.py to include vm subdirectory
The script/generate_builtins.py was reading from and writing to incorrect source file paths
under src/ instead of the correct src/vm/ directory, causing builtins generation to fail
when the source files were relocated to the vm subdirectory.
2015-03-18 14:55:18 +00:00
..