1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 18:52:17 +00:00
serenity/Base
Andreas Kling 4d942cc1d0 js: Take the script file as a command-line argument
Now that we have the beginnings of a parser, let's take the script to
run as a command-line argument and move all the test scripts into
/home/anon/js :^)

To run a script, simply use "js":

$ js my-script.js

To get an AST dump before execution, you can use "js -A"
2020-03-12 10:52:47 +01:00
..
etc Base: Add anon user to the phys group 2020-03-03 16:39:06 +01:00
home/anon js: Take the script file as a command-line argument 2020-03-12 10:52:47 +01:00
res Games: Added solitaire 2020-03-09 21:36:59 +01:00
usr LibCore: Remove all remaining C prefix references 2020-03-07 01:33:53 +01:00
www WebServer: Implement a very basic HTTP server :^) 2020-02-09 14:15:55 +01:00