jMiniLang项目是一个LR编译器、虚拟机一体化工程,并且对虚拟机进行了拓展,参考了操作系统设计的思想。Features(特性)词法分析阶段。LexerwhichgeneratesNFAandDFA.语法分析、词法分析、制导翻译。ParserwhichimplementsLALR(1)Grammarwithoptionalsemanticaction.语义分析。Customizedsemanticanalysis.可打印语法树。Printablesyntaxtree.基于栈的自定义指令集。Stack-basedinstructiondesign.Kotlin本地方法导入。Nativemethod.代码页导入/导出。Importandexportofcodepage.代码页序列化。Serializablecodepage.匿名函数及闭包。LambdafunctionsandClosure.语法/词法错误提示。Displaygrammarandsemanticerrors.管道机制。Pipe.多进程机制。Multipleprocess.同步/异步执行代码。LoadfilewithSync/Async.虚拟机。Virtualmachine.支持彩色界面。SupportColorfulGUI.函数式编程。Functionalprogramming.LISP.网络流。Socketstream.虚拟文件系统。Save/LoadfileorVFS.基于原型的类设计。Classprototype.BashInterface.数组/词典初始化。Array/Mapinitializelist.异常机制。Try/Catch/Throw.行为树。BehaviorTree,includingPCnetworksimulator.用户级进程。RING3Process,includingUserService,fork.网页服务器。WebServer,includingOnlineCompilerandRunner.C语言解析。CParserclassonModuleUser.Whatitgenerates(产生)正则表达式、状态机。StructuresofRegex,NFAandDFATable.分析表。StructuresofLL/LRTable.语义分析指令。Structuresofsemanticinstructions.语法树。Structuresofsyntaxtree.代码页。Structuresofcodepage.虚拟机指令。Virtualmachineinstructions.运行时环境。Runtimeenvironment.VirtualMachineOSAnOSrunningonjMiniLangcompilerandinterpreter.Nowhascommands:(现在主窗口支持的cmd命令)echoduppipegrepprocrangetasksleeptimecountmsgnews(refer:https://github.com/bajdcc/NewsApp)bashreplaceutilaipcmusicTasks:(使用方法如:@systemhalt)SystemUtilityRemoteUIStoreProcUI:(使用方法如:@uionclock)ClockHitokotoMonitorToggleUI:taskuion/offclocktaskuion/offhitokototaskuion/offmonitorImplementedIPC,usage:(微服务)tasksystemnow->Getsystemtimetaskutilcalc1+2*3->Val=7taskuiprinthelloworld->RemotewindowtaskuipathM100100L200200->SVGUtility:taskutildocg_func_fold->Documenttaskutilreverse...taskutiltoupper...taskutilsum...taskutilproduct...taskutilpalindrome...Tests:(测试命令,直接在主窗口cmd输入,Ctrl-C中止)testphilo/philo2:Multi-processingandsynchronizationtestlisp:LISPlanguagetestfont:SupportChineseLanguage(widefont)testfork:Testforktestclass:TestAOPandPrototypeforclasstestbash:Testbashinterfacetesttry:Testtry/catchtestbadapple:Testasciioutput,codeinBadAppletestdialog:TestJOptionPane.showXXXDialogtestlinq:TestLINQtestproc:TestRing3APItestproc2:TestRing3codewithinputtestweb:HTTPWebServerImplementedMSG,usage:(远程控制)Createserver:msgserverPORT|filterpipeCreateclient:otherpipe|msgconnectIP:PORTPCcommand:pcaddA1010100100pcremoveApcmsgABLINQ:from(list)orfrom(array)range(begin,end)Function:select,where,first,last,max,sum,for_each,group_by,distinct,union,etc.TASKPROC:exec:执行代码exec_file:读文件执行代码kill:中止用户进程info:取得用户进程状态(用于浏览器远程回调)USERHANDLE:(用户级进程支持的句柄种类)pipe:管道,类似Go中的chan,用于跨进程同步,读阻塞,写不阻塞。share:共享,同步跨进程数据共享。file:文件,虚拟文件接口,同步操作。window:窗口,创建JFrame窗口,异步,包括绘制、消息。net:网络,包括HTTP请求,OkHttp实现,异步。Dependencies:(使用的开源库,下面为部分)JSON格式化:fastjson实现远程命令SSH:netty后端及API:spring-boot网页模版:thymeleaf前端交互:vue前端样式:layuiMarkdown文档转换:flexmark数据结构:guavaHTTP请求:okhttpJAR打包:shadowManualSimplifiedChineseVersionExampleWebServerSpringBootAPI,port8080JavaNIO,port8088RenderMarkdownusingFlexMarkFront-end:LayUI(前端)1.SpringBootAPIFront-end:LayUI+Vue.jsAPI:Json+RestControllerBack-end:jMiniLangAPIHandler(RING3Process)
RunonServer**OnlineCompilerExampleV:GUIUserWindow**声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态
评论