s-expression
Looking for tools on Sexp expressions in Ruby [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more.开发者_JAVA技巧 It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-07 19:10 分类:问答With clojure read/read-string function, how do i read in a .clj file to a list of objects
As titled, If I do (read-string (slurp \"somefile\")) This will only give me the first object in the file, meaning if \"somefile\" is as below:[详细]
2023-03-22 23:12 分类:问答Is there something similar to Nokogiri for parsing Ruby code?
Nokogiri is awesome. I can do things like #css(\'.bla\') which will return the first matching element.[详细]
2023-03-13 08:54 分类:问答Can Haskell match on S-Expression like match of Racket?
I just started to learn Haskell three days ago, aiming for a interpreter for some custom-ed semantics in Haskell. I have the Racket implementation of the interpreter, the match matching on the S-Expre[详细]
2023-03-11 11:33 分类:问答Parsing and building S-Expressions using Sets and binary search tree
This is pseudo homework (it\'s extra credit).I\'ve got a BST which is an index of words that point to the lines (stored somewhere else) that contain the words.I need to implement a way to search using[详细]
2023-02-25 21:34 分类:问答Bug in s-expr printing function
To practice my Haskell skills, I\'m following the Write Yourself a Scheme tutorial. I\'ve implemented a parser for s-expressions, but I\'m having trouble with the printing function.[详细]
2023-02-15 20:34 分类:问答Parsing s-expressions with PHP
Well, I need to parse 2 textfiles. 1 named Item.txt and one named Message.txt They are configuration files for a game server, Item contains a line for each item in the game, and Message has Item names[详细]
2023-02-05 15:20 分类:问答Is out there anything that is for s-expressions what XPATH is for XML?
I am looking for a common-lisp impl if possible. (Also, I dont want to convert sexp to XML and u开发者_开发百科se xpath on the result.)a bit late answer, but it seems http://www.cliki.net/spath is exa[详细]
2023-01-28 03:09 分类:问答How do I manipulate parse trees?
I\'ve been playing around with natural language parse trees and manipulating them in various ways. I\'ve been using Stanford\'s Tregex and Tsurgeon tools but the code is a mess and doesn\'t fit in wel[详细]
2023-01-16 00:26 分类:问答XML, S-Expressions, and overlapping scope... What's it called?
I was reading XML is not S-Expressions. XML scoping is kind of strict, as are S-expressions. And in every programming language I\'ve seen, you can\'t have the following:[详细]
2023-01-10 00:24 分类:问答